Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_EXTRA_OIDS
[−]#[repr(C)]pub struct SECPKG_EXTRA_OIDS {
pub OidCount: u32,
pub Oids: [SECPKG_SERIALIZED_OID; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
OidCount: u32
Oids: [SECPKG_SERIALIZED_OID; 1]
Trait Implementations
impl Clone for SECPKG_EXTRA_OIDS
impl Clone for SECPKG_EXTRA_OIDS
impl Copy for SECPKG_EXTRA_OIDS
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_EXTRA_OIDS
impl Send for SECPKG_EXTRA_OIDS
impl Sync for SECPKG_EXTRA_OIDS
impl Unpin for SECPKG_EXTRA_OIDS
impl UnwindSafe for SECPKG_EXTRA_OIDS
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