Enum vips_sys::GChecksumType [−][src]
#[repr(u32)]pub enum GChecksumType { G_CHECKSUM_MD5, G_CHECKSUM_SHA1, G_CHECKSUM_SHA256, G_CHECKSUM_SHA512, G_CHECKSUM_SHA384, }
Variants
G_CHECKSUM_MD5
G_CHECKSUM_SHA1
G_CHECKSUM_SHA256
G_CHECKSUM_SHA512
G_CHECKSUM_SHA384
Trait Implementations
impl Debug for GChecksumType
[src]
impl Debug for GChecksumType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GChecksumType
[src]
impl Copy for GChecksumType
impl Clone for GChecksumType
[src]
impl Clone for GChecksumType
fn clone(&self) -> GChecksumType
[src]
fn clone(&self) -> GChecksumType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GChecksumType
[src]
impl PartialEq for GChecksumType
fn eq(&self, other: &GChecksumType) -> bool
[src]
fn eq(&self, other: &GChecksumType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GChecksumType
[src]
impl Eq for GChecksumType
impl Hash for GChecksumType
[src]
impl Hash for GChecksumType
Auto Trait Implementations
impl Send for GChecksumType
impl Send for GChecksumType
impl Sync for GChecksumType
impl Sync for GChecksumType