Struct windows_sys::Win32::Security::Authentication::Identity::PKU2U_CERT_BLOB
#[repr(C)]pub struct PKU2U_CERT_BLOB {
pub CertOffset: u32,
pub CertLength: u16,
}
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§
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