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: LPWSTR usri3_comment: LPWSTR grpi3_group_id: DWORD grpi3_attributes: DWORD grpi3_next_index: DWORD

Trait Implementations

impl Debug for NET_DISPLAY_GROUP
[src]

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

Formats the value using the given formatter.

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