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