#[repr(C)]pub enum crypt_keyslot_priority {
CRYPT_SLOT_PRIORITY_INVALID = -1,
CRYPT_SLOT_PRIORITY_IGNORE = 0,
CRYPT_SLOT_PRIORITY_NORMAL = 1,
CRYPT_SLOT_PRIORITY_PREFER = 2,
}Variants§
CRYPT_SLOT_PRIORITY_INVALID = -1
CRYPT_SLOT_PRIORITY_IGNORE = 0
CRYPT_SLOT_PRIORITY_NORMAL = 1
CRYPT_SLOT_PRIORITY_PREFER = 2
Trait Implementations§
Source§impl Clone for crypt_keyslot_priority
impl Clone for crypt_keyslot_priority
Source§fn clone(&self) -> crypt_keyslot_priority
fn clone(&self) -> crypt_keyslot_priority
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_keyslot_priority
impl Debug for crypt_keyslot_priority
Source§impl PartialEq for crypt_keyslot_priority
impl PartialEq for crypt_keyslot_priority
impl Copy for crypt_keyslot_priority
impl Eq for crypt_keyslot_priority
impl StructuralPartialEq for crypt_keyslot_priority
Auto Trait Implementations§
impl Freeze for crypt_keyslot_priority
impl RefUnwindSafe for crypt_keyslot_priority
impl Send for crypt_keyslot_priority
impl Sync for crypt_keyslot_priority
impl Unpin for crypt_keyslot_priority
impl UnwindSafe for crypt_keyslot_priority
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