Struct LSA_AUTH_INFORMATION
#[repr(C)]pub struct LSA_AUTH_INFORMATION {
pub LastUpdateTime: i64,
pub AuthType: LSA_AUTH_INFORMATION_AUTH_TYPE,
pub AuthInfoLength: u32,
pub AuthInfo: *mut u8,
}
Fields§
§LastUpdateTime: i64
§AuthType: LSA_AUTH_INFORMATION_AUTH_TYPE
§AuthInfoLength: u32
§AuthInfo: *mut u8
Trait Implementations§
§impl Clone for LSA_AUTH_INFORMATION
impl Clone for LSA_AUTH_INFORMATION
§fn clone(&self) -> LSA_AUTH_INFORMATION
fn clone(&self) -> LSA_AUTH_INFORMATION
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 LSA_AUTH_INFORMATION
Auto Trait Implementations§
impl Freeze for LSA_AUTH_INFORMATION
impl RefUnwindSafe for LSA_AUTH_INFORMATION
impl !Send for LSA_AUTH_INFORMATION
impl !Sync for LSA_AUTH_INFORMATION
impl Unpin for LSA_AUTH_INFORMATION
impl UnwindSafe for LSA_AUTH_INFORMATION
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