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

#[repr(C)]
pub struct MSV1_0_INTERACTIVE_PROFILE {
    pub MessageType: MSV1_0_PROFILE_BUFFER_TYPE,
    pub LogonCount: USHORT,
    pub BadPasswordCount: USHORT,
    pub LogonTime: LARGE_INTEGER,
    pub LogoffTime: LARGE_INTEGER,
    pub KickOffTime: LARGE_INTEGER,
    pub PasswordLastSet: LARGE_INTEGER,
    pub PasswordCanChange: LARGE_INTEGER,
    pub PasswordMustChange: LARGE_INTEGER,
    pub LogonScript: UNICODE_STRING,
    pub HomeDirectory: UNICODE_STRING,
    pub FullName: UNICODE_STRING,
    pub ProfilePath: UNICODE_STRING,
    pub HomeDirectoryDrive: UNICODE_STRING,
    pub LogonServer: UNICODE_STRING,
    pub UserFlags: ULONG,
}

Fields

MessageType: MSV1_0_PROFILE_BUFFER_TYPELogonCount: USHORTBadPasswordCount: USHORTLogonTime: LARGE_INTEGERLogoffTime: LARGE_INTEGERKickOffTime: LARGE_INTEGERPasswordLastSet: LARGE_INTEGERPasswordCanChange: LARGE_INTEGERPasswordMustChange: LARGE_INTEGERLogonScript: UNICODE_STRINGHomeDirectory: UNICODE_STRINGFullName: UNICODE_STRINGProfilePath: UNICODE_STRINGHomeDirectoryDrive: UNICODE_STRINGLogonServer: UNICODE_STRINGUserFlags: ULONG

Trait Implementations

impl Copy for MSV1_0_INTERACTIVE_PROFILE[src]

impl Clone for MSV1_0_INTERACTIVE_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_INTERACTIVE_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]