Struct mach_sys::message::audit_token_t
source · #[repr(C)]pub struct audit_token_t {
pub val: [c_uint; 8],
}Fields§
§val: [c_uint; 8]Trait Implementations§
source§impl Clone for audit_token_t
impl Clone for audit_token_t
source§fn clone(&self) -> audit_token_t
fn clone(&self) -> audit_token_t
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 audit_token_t
impl Debug for audit_token_t
source§impl Default for audit_token_t
impl Default for audit_token_t
source§fn default() -> audit_token_t
fn default() -> audit_token_t
Returns the “default value” for a type. Read more
source§impl Hash for audit_token_t
impl Hash for audit_token_t
source§impl Ord for audit_token_t
impl Ord for audit_token_t
source§fn cmp(&self, other: &audit_token_t) -> Ordering
fn cmp(&self, other: &audit_token_t) -> 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 PartialEq for audit_token_t
impl PartialEq for audit_token_t
source§fn eq(&self, other: &audit_token_t) -> bool
fn eq(&self, other: &audit_token_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for audit_token_t
impl PartialOrd for audit_token_t
source§fn partial_cmp(&self, other: &audit_token_t) -> Option<Ordering>
fn partial_cmp(&self, other: &audit_token_t) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for audit_token_t
impl Eq for audit_token_t
impl StructuralPartialEq for audit_token_t
Auto Trait Implementations§
impl RefUnwindSafe for audit_token_t
impl Send for audit_token_t
impl Sync for audit_token_t
impl Unpin for audit_token_t
impl UnwindSafe for audit_token_t
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