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