Struct windows_sys::Win32::Security::ACCESS_REASONS
[−]Expand description
Required features: "Win32_Security"
Fields
Data: [u32; 32]
Trait Implementations
impl Clone for ACCESS_REASONS
impl Clone for ACCESS_REASONS
impl Copy for ACCESS_REASONS
Auto Trait Implementations
impl RefUnwindSafe for ACCESS_REASONS
impl Send for ACCESS_REASONS
impl Sync for ACCESS_REASONS
impl Unpin for ACCESS_REASONS
impl UnwindSafe for ACCESS_REASONS
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