#[repr(u32)]pub enum GChecksumType {
G_CHECKSUM_MD5 = 0,
G_CHECKSUM_SHA1 = 1,
G_CHECKSUM_SHA256 = 2,
G_CHECKSUM_SHA512 = 3,
G_CHECKSUM_SHA384 = 4,
}Variants§
G_CHECKSUM_MD5 = 0
G_CHECKSUM_SHA1 = 1
G_CHECKSUM_SHA256 = 2
G_CHECKSUM_SHA512 = 3
G_CHECKSUM_SHA384 = 4
Trait Implementations§
Source§impl Clone for GChecksumType
impl Clone for GChecksumType
Source§fn clone(&self) -> GChecksumType
fn clone(&self) -> GChecksumType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GChecksumType
impl Debug for GChecksumType
Source§impl Hash for GChecksumType
impl Hash for GChecksumType
Source§impl PartialEq for GChecksumType
impl PartialEq for GChecksumType
impl Copy for GChecksumType
impl Eq for GChecksumType
impl StructuralPartialEq for GChecksumType
Auto Trait Implementations§
impl Freeze for GChecksumType
impl RefUnwindSafe for GChecksumType
impl Send for GChecksumType
impl Sync for GChecksumType
impl Unpin for GChecksumType
impl UnwindSafe for GChecksumType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more