#[repr(C)]pub struct audit_features {
pub vers: __u32,
pub mask: __u32,
pub features: __u32,
pub lock: __u32,
}
Fields§
§vers: __u32
§mask: __u32
§features: __u32
§lock: __u32
Trait Implementations§
Source§impl Clone for audit_features
impl Clone for audit_features
Source§fn clone(&self) -> audit_features
fn clone(&self) -> audit_features
Returns a copy 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_features
impl Debug for audit_features
impl Copy for audit_features
Auto Trait Implementations§
impl Freeze for audit_features
impl RefUnwindSafe for audit_features
impl Send for audit_features
impl Sync for audit_features
impl Unpin for audit_features
impl UnwindSafe for audit_features
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