Struct 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
§fn clone(&self) -> KERB_AUTH_DATA
fn clone(&self) -> KERB_AUTH_DATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for KERB_AUTH_DATA
Auto Trait Implementations§
impl Freeze for KERB_AUTH_DATA
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