Struct windows_sys::Win32::Security::SID_IDENTIFIER_AUTHORITY
[−]Expand description
Required features: ‘Win32_Security’
Fields
Value: [u8; 6]
Trait Implementations
impl Clone for SID_IDENTIFIER_AUTHORITY
impl Clone for SID_IDENTIFIER_AUTHORITY
impl Copy for SID_IDENTIFIER_AUTHORITY
Auto Trait Implementations
impl RefUnwindSafe for SID_IDENTIFIER_AUTHORITY
impl Send for SID_IDENTIFIER_AUTHORITY
impl Sync for SID_IDENTIFIER_AUTHORITY
impl Unpin for SID_IDENTIFIER_AUTHORITY
impl UnwindSafe for SID_IDENTIFIER_AUTHORITY
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