#[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 moreSource§impl Debug for _SID_IDENTIFIER_AUTHORITY
impl Debug for _SID_IDENTIFIER_AUTHORITY
Source§impl Ord for _SID_IDENTIFIER_AUTHORITY
impl Ord for _SID_IDENTIFIER_AUTHORITY
Source§fn cmp(&self, other: &_SID_IDENTIFIER_AUTHORITY) -> Ordering
fn cmp(&self, other: &_SID_IDENTIFIER_AUTHORITY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _SID_IDENTIFIER_AUTHORITY
impl PartialOrd for _SID_IDENTIFIER_AUTHORITY
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