#[repr(u32)]pub enum crypt_verity_flag {
CRYPT_VERITY_NO_HEADER = 1,
CRYPT_VERITY_CHECK_HASH = 2,
CRYPT_VERITY_CREATE_HASH = 4,
CRYPT_VERITY_ROOT_HASH_SIGNATURE = 8,
}Variants§
CRYPT_VERITY_NO_HEADER = 1
CRYPT_VERITY_CHECK_HASH = 2
CRYPT_VERITY_CREATE_HASH = 4
CRYPT_VERITY_ROOT_HASH_SIGNATURE = 8
Trait Implementations§
Source§impl Clone for crypt_verity_flag
impl Clone for crypt_verity_flag
Source§fn clone(&self) -> crypt_verity_flag
fn clone(&self) -> crypt_verity_flag
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 crypt_verity_flag
impl Debug for crypt_verity_flag
Source§impl PartialEq for crypt_verity_flag
impl PartialEq for crypt_verity_flag
impl Copy for crypt_verity_flag
impl Eq for crypt_verity_flag
impl StructuralPartialEq for crypt_verity_flag
Auto Trait Implementations§
impl Freeze for crypt_verity_flag
impl RefUnwindSafe for crypt_verity_flag
impl Send for crypt_verity_flag
impl Sync for crypt_verity_flag
impl Unpin for crypt_verity_flag
impl UnwindSafe for crypt_verity_flag
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