#[repr(C)]pub struct MSV1_0_LM20_LOGON_PROFILE {
pub MessageType: MSV1_0_PROFILE_BUFFER_TYPE,
pub KickOffTime: i64,
pub LogoffTime: i64,
pub UserFlags: MSV_SUB_AUTHENTICATION_FILTER,
pub UserSessionKey: [u8; 16],
pub LogonDomainName: UNICODE_STRING,
pub LanmanSessionKey: [u8; 8],
pub LogonServer: UNICODE_STRING,
pub UserParameters: UNICODE_STRING,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
MessageType: MSV1_0_PROFILE_BUFFER_TYPE
KickOffTime: i64
LogoffTime: i64
UserFlags: MSV_SUB_AUTHENTICATION_FILTER
UserSessionKey: [u8; 16]
LogonDomainName: UNICODE_STRING
LanmanSessionKey: [u8; 8]
LogonServer: UNICODE_STRING
UserParameters: UNICODE_STRING
Trait Implementations
impl Clone for MSV1_0_LM20_LOGON_PROFILE
impl Clone for MSV1_0_LM20_LOGON_PROFILE
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