Struct NCRYPT_HANDLE
#[repr(transparent)]pub struct NCRYPT_HANDLE(pub usize);
Tuple Fields§
§0: usize
Implementations§
§impl NCRYPT_HANDLE
impl NCRYPT_HANDLE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl CanInto<NCRYPT_HANDLE> for NCRYPT_KEY_HANDLE
impl CanInto<NCRYPT_HANDLE> for NCRYPT_KEY_HANDLE
§impl CanInto<NCRYPT_HANDLE> for NCRYPT_PROV_HANDLE
impl CanInto<NCRYPT_HANDLE> for NCRYPT_PROV_HANDLE
§impl Clone for NCRYPT_HANDLE
impl Clone for NCRYPT_HANDLE
§fn clone(&self) -> NCRYPT_HANDLE
fn clone(&self) -> NCRYPT_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_HANDLE
impl Debug for NCRYPT_HANDLE
§impl Default for NCRYPT_HANDLE
impl Default for NCRYPT_HANDLE
§fn default() -> NCRYPT_HANDLE
fn default() -> NCRYPT_HANDLE
Returns the “default value” for a type. Read more
§impl Free for NCRYPT_HANDLE
impl Free for NCRYPT_HANDLE
§impl From<NCRYPT_KEY_HANDLE> for NCRYPT_HANDLE
impl From<NCRYPT_KEY_HANDLE> for NCRYPT_HANDLE
§fn from(value: NCRYPT_KEY_HANDLE) -> Self
fn from(value: NCRYPT_KEY_HANDLE) -> Self
Converts to this type from the input type.
§impl From<NCRYPT_PROV_HANDLE> for NCRYPT_HANDLE
impl From<NCRYPT_PROV_HANDLE> for NCRYPT_HANDLE
§fn from(value: NCRYPT_PROV_HANDLE) -> Self
fn from(value: NCRYPT_PROV_HANDLE) -> Self
Converts to this type from the input type.
§impl PartialEq for NCRYPT_HANDLE
impl PartialEq for NCRYPT_HANDLE
impl Copy for NCRYPT_HANDLE
impl Eq for NCRYPT_HANDLE
impl StructuralPartialEq for NCRYPT_HANDLE
Auto Trait Implementations§
impl Freeze for NCRYPT_HANDLE
impl RefUnwindSafe for NCRYPT_HANDLE
impl Send for NCRYPT_HANDLE
impl Sync for NCRYPT_HANDLE
impl Unpin for NCRYPT_HANDLE
impl UnwindSafe for NCRYPT_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