Struct windows::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
§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 more§impl Debug for SID_IDENTIFIER_AUTHORITY
impl Debug for SID_IDENTIFIER_AUTHORITY
§impl Default for SID_IDENTIFIER_AUTHORITY
impl Default for SID_IDENTIFIER_AUTHORITY
§impl PartialEq for SID_IDENTIFIER_AUTHORITY
impl PartialEq for SID_IDENTIFIER_AUTHORITY
§fn eq(&self, other: &SID_IDENTIFIER_AUTHORITY) -> bool
fn eq(&self, other: &SID_IDENTIFIER_AUTHORITY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SID_IDENTIFIER_AUTHORITY
impl Eq for SID_IDENTIFIER_AUTHORITY
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)