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 | |
usri2_comment | |
usri2_flags | |
usri2_user_id | |
usri2_next_index |
Trait Implementations
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