Struct windows_sys::Win32::Security::SID_IDENTIFIER_AUTHORITY
#[repr(C)]pub struct SID_IDENTIFIER_AUTHORITY {
pub Value: [u8; 6],
}
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§
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