Struct winapi::lmaccess::NET_DISPLAY_GROUP
[−]
[src]
pub struct NET_DISPLAY_GROUP {
pub usri3_name: LPWSTR,
pub usri3_comment: LPWSTR,
pub grpi3_group_id: DWORD,
pub grpi3_attributes: DWORD,
pub grpi3_next_index: DWORD,
}Fields
usri3_name | |
usri3_comment | |
grpi3_group_id | |
grpi3_attributes | |
grpi3_next_index |
Trait Implementations
impl Copy for NET_DISPLAY_GROUP[src]
impl Clone for NET_DISPLAY_GROUP[src]
fn clone(&self) -> NET_DISPLAY_GROUP
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