Struct NCRYPT_HASH_HANDLE
#[repr(transparent)]pub struct NCRYPT_HASH_HANDLE(pub usize);
Tuple Fields§
§0: usize
Implementations§
§impl NCRYPT_HASH_HANDLE
impl NCRYPT_HASH_HANDLE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for NCRYPT_HASH_HANDLE
impl Clone for NCRYPT_HASH_HANDLE
§fn clone(&self) -> NCRYPT_HASH_HANDLE
fn clone(&self) -> NCRYPT_HASH_HANDLE
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_HASH_HANDLE
impl Debug for NCRYPT_HASH_HANDLE
§impl Default for NCRYPT_HASH_HANDLE
impl Default for NCRYPT_HASH_HANDLE
§fn default() -> NCRYPT_HASH_HANDLE
fn default() -> NCRYPT_HASH_HANDLE
Returns the “default value” for a type. Read more
§impl PartialEq for NCRYPT_HASH_HANDLE
impl PartialEq for NCRYPT_HASH_HANDLE
impl Copy for NCRYPT_HASH_HANDLE
impl Eq for NCRYPT_HASH_HANDLE
impl StructuralPartialEq for NCRYPT_HASH_HANDLE
Auto Trait Implementations§
impl Freeze for NCRYPT_HASH_HANDLE
impl RefUnwindSafe for NCRYPT_HASH_HANDLE
impl Send for NCRYPT_HASH_HANDLE
impl Sync for NCRYPT_HASH_HANDLE
impl Unpin for NCRYPT_HASH_HANDLE
impl UnwindSafe for NCRYPT_HASH_HANDLE
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