Struct winapi::lmaccess::NET_DISPLAY_USER [] [src]

pub struct NET_DISPLAY_USER {
    pub usri1_name: LPWSTR,
    pub usri1_comment: LPWSTR,
    pub usri1_flags: DWORD,
    pub usri1_full_name: LPWSTR,
    pub usri1_user_id: DWORD,
    pub usri1_next_index: DWORD,
}

Fields

usri1_name
usri1_comment
usri1_flags
usri1_full_name
usri1_user_id
usri1_next_index

Trait Implementations

impl Copy for NET_DISPLAY_USER
[src]

impl Clone for NET_DISPLAY_USER
[src]

fn clone(&self) -> NET_DISPLAY_USER

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for NET_DISPLAY_USER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.