Struct windows_sys::Win32::NetworkManagement::NetManagement::ACCESS_LIST
[−]Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
acl_ugname: PWSTR
acl_access: u32
Trait Implementations
impl Clone for ACCESS_LIST
impl Clone for ACCESS_LIST
impl Copy for ACCESS_LIST
Auto Trait Implementations
impl RefUnwindSafe for ACCESS_LIST
impl !Send for ACCESS_LIST
impl !Sync for ACCESS_LIST
impl Unpin for ACCESS_LIST
impl UnwindSafe for ACCESS_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more