Struct EnrollKeyUsages
#[repr(transparent)]pub struct EnrollKeyUsages(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl EnrollKeyUsages
impl EnrollKeyUsages
pub const None: Self = _
pub const Decryption: Self = _
pub const Signing: Self = _
pub const KeyAgreement: Self = _
pub const All: Self = _
§impl EnrollKeyUsages
impl EnrollKeyUsages
Trait Implementations§
§impl BitAnd for EnrollKeyUsages
impl BitAnd for EnrollKeyUsages
§impl BitAndAssign for EnrollKeyUsages
impl BitAndAssign for EnrollKeyUsages
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for EnrollKeyUsages
impl BitOr for EnrollKeyUsages
§impl BitOrAssign for EnrollKeyUsages
impl BitOrAssign for EnrollKeyUsages
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for EnrollKeyUsages
impl Clone for EnrollKeyUsages
§fn clone(&self) -> EnrollKeyUsages
fn clone(&self) -> EnrollKeyUsages
Returns a copy 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 more§impl Debug for EnrollKeyUsages
impl Debug for EnrollKeyUsages
§impl Default for EnrollKeyUsages
impl Default for EnrollKeyUsages
§fn default() -> EnrollKeyUsages
fn default() -> EnrollKeyUsages
Returns the “default value” for a type. Read more
§impl Not for EnrollKeyUsages
impl Not for EnrollKeyUsages
§impl PartialEq for EnrollKeyUsages
impl PartialEq for EnrollKeyUsages
impl Copy for EnrollKeyUsages
impl Eq for EnrollKeyUsages
impl StructuralPartialEq for EnrollKeyUsages
Auto Trait Implementations§
impl Freeze for EnrollKeyUsages
impl RefUnwindSafe for EnrollKeyUsages
impl Send for EnrollKeyUsages
impl Sync for EnrollKeyUsages
impl Unpin for EnrollKeyUsages
impl UnwindSafe for EnrollKeyUsages
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