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