#[repr(C)]pub struct MSV1_0_LM20_LOGON_PROFILE {
pub MessageType: MSV1_0_PROFILE_BUFFER_TYPE,
pub KickOffTime: LARGE_INTEGER,
pub LogoffTime: LARGE_INTEGER,
pub UserFlags: ULONG,
pub UserSessionKey: [UCHAR; 16],
pub LogonDomainName: UNICODE_STRING,
pub LanmanSessionKey: [UCHAR; 8],
pub LogonServer: UNICODE_STRING,
pub UserParameters: UNICODE_STRING,
}
Fields
MessageType: MSV1_0_PROFILE_BUFFER_TYPE
KickOffTime: LARGE_INTEGER
LogoffTime: LARGE_INTEGER
UserFlags: ULONG
UserSessionKey: [UCHAR; 16]
LogonDomainName: UNICODE_STRING
LanmanSessionKey: [UCHAR; 8]
LogonServer: UNICODE_STRING
UserParameters: UNICODE_STRING
Trait Implementations
sourceimpl Clone for MSV1_0_LM20_LOGON_PROFILE
impl Clone for MSV1_0_LM20_LOGON_PROFILE
sourcefn clone(&self) -> MSV1_0_LM20_LOGON_PROFILE
fn clone(&self) -> MSV1_0_LM20_LOGON_PROFILE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MSV1_0_LM20_LOGON_PROFILE
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_LM20_LOGON_PROFILE
impl !Send for MSV1_0_LM20_LOGON_PROFILE
impl !Sync for MSV1_0_LM20_LOGON_PROFILE
impl Unpin for MSV1_0_LM20_LOGON_PROFILE
impl UnwindSafe for MSV1_0_LM20_LOGON_PROFILE
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