Struct windows_sys::Win32::Security::GENERIC_MAPPING
#[repr(C)]pub struct GENERIC_MAPPING {
pub GenericRead: u32,
pub GenericWrite: u32,
pub GenericExecute: u32,
pub GenericAll: u32,
}
Fields§
§GenericRead: u32
§GenericWrite: u32
§GenericExecute: u32
§GenericAll: u32
Trait Implementations§
§impl Clone for GENERIC_MAPPING
impl Clone for GENERIC_MAPPING
impl Copy for GENERIC_MAPPING
Auto Trait Implementations§
impl RefUnwindSafe for GENERIC_MAPPING
impl Send for GENERIC_MAPPING
impl Sync for GENERIC_MAPPING
impl Unpin for GENERIC_MAPPING
impl UnwindSafe for GENERIC_MAPPING
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more