#[repr(C)]pub struct SECPKG_SERIALIZED_OID {
pub OidLength: u32,
pub OidAttributes: u32,
pub OidValue: [u8; 32],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
OidLength: u32
OidAttributes: u32
OidValue: [u8; 32]
Trait Implementations
impl Clone for SECPKG_SERIALIZED_OID
impl Clone for SECPKG_SERIALIZED_OID
impl Copy for SECPKG_SERIALIZED_OID
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_SERIALIZED_OID
impl Send for SECPKG_SERIALIZED_OID
impl Sync for SECPKG_SERIALIZED_OID
impl Unpin for SECPKG_SERIALIZED_OID
impl UnwindSafe for SECPKG_SERIALIZED_OID
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