#[repr(C)]pub struct SID_IDENTIFIER_AUTHORITY {
    pub Value: [BYTE; 6],
}Fields§
§Value: [BYTE; 6]Trait Implementations§
Source§impl Clone for SID_IDENTIFIER_AUTHORITY
 
impl Clone for SID_IDENTIFIER_AUTHORITY
Source§fn clone(&self) -> SID_IDENTIFIER_AUTHORITY
 
fn clone(&self) -> SID_IDENTIFIER_AUTHORITY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for SID_IDENTIFIER_AUTHORITY
Auto Trait Implementations§
impl Freeze for SID_IDENTIFIER_AUTHORITY
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§
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