Struct windows_sys::Win32::Security::Authentication::Identity::KERB_AUTH_DATA
#[repr(C)]pub struct KERB_AUTH_DATA {
pub Type: u32,
pub Length: u32,
pub Data: *mut u8,
}
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§
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