#[repr(C)]pub enum crypt_flags_type {
CRYPT_FLAGS_ACTIVATION = 0,
CRYPT_FLAGS_REQUIREMENTS = 1,
}Variants§
Trait Implementations§
Source§impl Clone for crypt_flags_type
impl Clone for crypt_flags_type
Source§fn clone(&self) -> crypt_flags_type
fn clone(&self) -> crypt_flags_type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_flags_type
impl Debug for crypt_flags_type
Source§impl PartialEq for crypt_flags_type
impl PartialEq for crypt_flags_type
Source§fn eq(&self, other: &crypt_flags_type) -> bool
fn eq(&self, other: &crypt_flags_type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for crypt_flags_type
impl Eq for crypt_flags_type
impl StructuralPartialEq for crypt_flags_type
Auto Trait Implementations§
impl Freeze for crypt_flags_type
impl RefUnwindSafe for crypt_flags_type
impl Send for crypt_flags_type
impl Sync for crypt_flags_type
impl Unpin for crypt_flags_type
impl UnsafeUnpin for crypt_flags_type
impl UnwindSafe for crypt_flags_type
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