Enum glib_sys::GChecksumType
[−]
[src]
pub enum GChecksumType { Md5, Sha1, Sha256, Sha512, }
Variants
Md5 | ||
Sha1 | ||
Sha256 | ||
Sha512 |
pub enum GChecksumType { Md5, Sha1, Sha256, Sha512, }
Md5 | ||
Sha1 | ||
Sha256 | ||
Sha512 |
impl PartialEq for GChecksumType
fn eq(&self, __arg_0: &GChecksumType) -> bool
fn ne(&self, __arg_0: &GChecksumType) -> bool
impl Eq for GChecksumType
impl Debug for GChecksumType
impl Copy for GChecksumType
impl Clone for GChecksumType
fn clone(&self) -> GChecksumType
fn clone_from(&mut self, source: &Self)