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