Enum glib::ChecksumType
[−]
[src]
pub enum ChecksumType { Md5, Sha1, Sha256, // some variants omitted }
Variants
Md5
Sha1
Sha256
Trait Implementations
impl Clone for ChecksumType
[src]
fn clone(&self) -> ChecksumType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for ChecksumType
[src]
impl Debug for ChecksumType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Eq for ChecksumType
[src]
impl PartialEq for ChecksumType
[src]
fn eq(&self, __arg_0: &ChecksumType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ChecksumType) -> bool
[src]
This method tests for !=
.