#[repr(C)]
pub union _SE_SID {
pub Sid: SID,
pub Buffer: [BYTE; 68],
}
Fields§
§Sid: SID
§Buffer: [BYTE; 68]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _SE_SID
impl RefUnwindSafe for _SE_SID
impl Send for _SE_SID
impl Sync for _SE_SID
impl Unpin for _SE_SID
impl UnwindSafe for _SE_SID
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