Union windows_sys::Win32::Security::SE_SID
[−]Expand description
Required features: ‘Win32_Security’
Fields
Sid: SID
Buffer: [u8; 68]
Trait Implementations
Auto Trait Implementations
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
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