Struct HCERTSTORE
#[repr(transparent)]pub struct HCERTSTORE(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HCERTSTORE
impl HCERTSTORE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for HCERTSTORE
impl Clone for HCERTSTORE
§fn clone(&self) -> HCERTSTORE
fn clone(&self) -> HCERTSTORE
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 HCERTSTORE
impl Debug for HCERTSTORE
§impl PartialEq for HCERTSTORE
impl PartialEq for HCERTSTORE
impl Copy for HCERTSTORE
impl Eq for HCERTSTORE
impl StructuralPartialEq for HCERTSTORE
Auto Trait Implementations§
impl Freeze for HCERTSTORE
impl RefUnwindSafe for HCERTSTORE
impl !Send for HCERTSTORE
impl !Sync for HCERTSTORE
impl Unpin for HCERTSTORE
impl UnwindSafe for HCERTSTORE
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