Struct windows::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
§fn clone(&self) -> GENERIC_MAPPING
fn clone(&self) -> GENERIC_MAPPING
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GENERIC_MAPPING
impl Debug for GENERIC_MAPPING
§impl Default for GENERIC_MAPPING
impl Default for GENERIC_MAPPING
§impl PartialEq for GENERIC_MAPPING
impl PartialEq for GENERIC_MAPPING
§fn eq(&self, other: &GENERIC_MAPPING) -> bool
fn eq(&self, other: &GENERIC_MAPPING) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GENERIC_MAPPING
impl Eq for GENERIC_MAPPING
impl StructuralPartialEq for GENERIC_MAPPING
Auto Trait Implementations§
impl Freeze for GENERIC_MAPPING
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)