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,
}
Expand description
Required features: "Win32_Security"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more