Union windows_sys::Win32::Security::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)