Fields
Value: [BYTE; 6]
Trait Implementations
sourceimpl Clone for SID_IDENTIFIER_AUTHORITY
impl Clone for SID_IDENTIFIER_AUTHORITY
sourcefn clone(&self) -> SID_IDENTIFIER_AUTHORITY
fn clone(&self) -> SID_IDENTIFIER_AUTHORITY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more