Struct winapi::lmaccess::NET_DISPLAY_MACHINE [] [src]

pub struct NET_DISPLAY_MACHINE {
    pub usri2_name: LPWSTR,
    pub usri2_comment: LPWSTR,
    pub usri2_flags: DWORD,
    pub usri2_user_id: DWORD,
    pub usri2_next_index: DWORD,
}

Fields

usri2_name: LPWSTR usri2_comment: LPWSTR usri2_flags: DWORD usri2_user_id: DWORD usri2_next_index: DWORD

Trait Implementations

impl Debug for NET_DISPLAY_MACHINE
[src]

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

Formats the value using the given formatter.

impl Copy for NET_DISPLAY_MACHINE
[src]

impl Clone for NET_DISPLAY_MACHINE
[src]

fn clone(&self) -> NET_DISPLAY_MACHINE

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