Struct windows_sys::Win32::Security::ACCESS_REASONS
#[repr(C)]pub struct ACCESS_REASONS {
pub Data: [u32; 32],
}
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§
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