Struct windows_sys::Win32::Security::Authentication::Identity::KERB_AUTH_DATA
[−]Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Type: u32
Length: u32
Data: *mut u8
Trait Implementations
impl Clone for KERB_AUTH_DATA
impl Clone for KERB_AUTH_DATA
impl Copy for KERB_AUTH_DATA
Auto Trait Implementations
impl RefUnwindSafe for KERB_AUTH_DATA
impl !Send for KERB_AUTH_DATA
impl !Sync for KERB_AUTH_DATA
impl Unpin for KERB_AUTH_DATA
impl UnwindSafe for KERB_AUTH_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