Fields
CertOffset: ULONGCertLength: USHORTTrait Implementations
sourceimpl Clone for PKU2U_CERT_BLOB
 
impl Clone for PKU2U_CERT_BLOB
sourcefn clone(&self) -> PKU2U_CERT_BLOB
 
fn clone(&self) -> PKU2U_CERT_BLOB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for PKU2U_CERT_BLOB
Auto Trait Implementations
impl RefUnwindSafe for PKU2U_CERT_BLOB
impl Send for PKU2U_CERT_BLOB
impl Sync for PKU2U_CERT_BLOB
impl Unpin for PKU2U_CERT_BLOB
impl UnwindSafe for PKU2U_CERT_BLOB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more