Union SE_SID
#[repr(C)]
pub union SE_SID {
pub Sid: SID,
pub Buffer: [u8; 68],
}
Fields§
§Sid: SID
§Buffer: [u8; 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