Struct windows_sys::Win32::Security::ACE_HEADER
[−]Expand description
Required features: ‘Win32_Security’
Fields
AceType: u8
AceFlags: u8
AceSize: u16
Trait Implementations
impl Clone for ACE_HEADER
impl Clone for ACE_HEADER
impl Copy for ACE_HEADER
Auto Trait Implementations
impl RefUnwindSafe for ACE_HEADER
impl Send for ACE_HEADER
impl Sync for ACE_HEADER
impl Unpin for ACE_HEADER
impl UnwindSafe for ACE_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more