Struct windows_sys::Win32::Security::Authentication::Identity::PKU2U_CERT_BLOB
[−]Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
CertOffset: u32
CertLength: u16
Trait Implementations
impl Clone for PKU2U_CERT_BLOB
impl Clone for PKU2U_CERT_BLOB
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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