Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
CertInfoSize: u32
InfoType: u32
Trait Implementations
impl Clone for KERB_CERTIFICATE_INFO
impl Clone for KERB_CERTIFICATE_INFO
impl Copy for KERB_CERTIFICATE_INFO
Auto Trait Implementations
impl RefUnwindSafe for KERB_CERTIFICATE_INFO
impl Send for KERB_CERTIFICATE_INFO
impl Sync for KERB_CERTIFICATE_INFO
impl Unpin for KERB_CERTIFICATE_INFO
impl UnwindSafe for KERB_CERTIFICATE_INFO
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