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