Enum glib_sys::GChecksumType [] [src]

pub enum GChecksumType {
    Md5,
    Sha1,
    Sha256,
    Sha512,
}

Variants

Md5
Sha1
Sha256
Sha512

Trait Implementations

Derived Implementations

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GChecksumType

impl Clone for GChecksumType

fn clone(&self) -> GChecksumType

1.0.0fn clone_from(&mut self, source: &Self)