Struct windows_sys::Win32::Security::Authentication::Identity::SCH_EXTENSION_DATA
[−]#[repr(C)]pub struct SCH_EXTENSION_DATA {
pub ExtensionType: u16,
pub pExtData: *const u8,
pub cbExtData: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ExtensionType: u16
pExtData: *const u8
cbExtData: u32
Trait Implementations
impl Clone for SCH_EXTENSION_DATA
impl Clone for SCH_EXTENSION_DATA
impl Copy for SCH_EXTENSION_DATA
Auto Trait Implementations
impl RefUnwindSafe for SCH_EXTENSION_DATA
impl !Send for SCH_EXTENSION_DATA
impl !Sync for SCH_EXTENSION_DATA
impl Unpin for SCH_EXTENSION_DATA
impl UnwindSafe for SCH_EXTENSION_DATA
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