#[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 duplicate 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§impl PartialOrd for audit_token_t
impl PartialOrd for audit_token_t
impl Copy for audit_token_t
impl Eq for audit_token_t
impl StructuralPartialEq for audit_token_t
Auto Trait Implementations§
impl Freeze for audit_token_t
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