#[repr(C)]pub struct auditpinfo_addr {
pub ap_pid: pid_t,
pub ap_auid: au_id_t,
pub ap_mask: au_mask_t,
pub ap_termid: au_tid_addr_t,
pub ap_asid: au_asid_t,
pub ap_flags: au_asflgs_t,
}
Fields§
§ap_pid: pid_t
§ap_auid: au_id_t
§ap_mask: au_mask_t
§ap_termid: au_tid_addr_t
§ap_asid: au_asid_t
§ap_flags: au_asflgs_t
Trait Implementations§
Source§impl Clone for auditpinfo_addr
impl Clone for auditpinfo_addr
Source§fn clone(&self) -> auditpinfo_addr
fn clone(&self) -> auditpinfo_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 auditpinfo_addr
impl Debug for auditpinfo_addr
impl Copy for auditpinfo_addr
Auto Trait Implementations§
impl Freeze for auditpinfo_addr
impl RefUnwindSafe for auditpinfo_addr
impl Send for auditpinfo_addr
impl Sync for auditpinfo_addr
impl Unpin for auditpinfo_addr
impl UnwindSafe for auditpinfo_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