[][src]Struct winapi::um::ntsecapi::MSV1_0_LM20_LOGON_PROFILE

#[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_TYPEKickOffTime: LARGE_INTEGERLogoffTime: LARGE_INTEGERUserFlags: ULONGUserSessionKey: [UCHAR; 16]LogonDomainName: UNICODE_STRINGLanmanSessionKey: [UCHAR; 8]LogonServer: UNICODE_STRINGUserParameters: UNICODE_STRING

Trait Implementations

impl Copy for MSV1_0_LM20_LOGON_PROFILE[src]

impl Clone for MSV1_0_LM20_LOGON_PROFILE[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for MSV1_0_LM20_LOGON_PROFILE[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]