#[repr(C)]pub struct auditinfo_t {
pub ai_auid: au_id_t,
pub ai_mask: au_mask_t,
pub ai_termid: au_tid_t,
pub ai_asid: au_asid_t,
}Fields§
§ai_auid: au_id_t§ai_mask: au_mask_t§ai_termid: au_tid_t§ai_asid: au_asid_tTrait Implementations§
Source§impl Clone for auditinfo_t
impl Clone for auditinfo_t
Source§fn clone(&self) -> auditinfo_t
fn clone(&self) -> auditinfo_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 auditinfo_t
impl Debug for auditinfo_t
impl Copy for auditinfo_t
Auto Trait Implementations§
impl Freeze for auditinfo_t
impl RefUnwindSafe for auditinfo_t
impl Send for auditinfo_t
impl Sync for auditinfo_t
impl Unpin for auditinfo_t
impl UnwindSafe for auditinfo_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