#[repr(C)]pub struct audit_fstat {
pub af_filesz: u_int64_t,
pub af_currsz: u_int64_t,
}Fields§
§af_filesz: u_int64_t§af_currsz: u_int64_tTrait Implementations§
Source§impl Clone for audit_fstat
impl Clone for audit_fstat
Source§fn clone(&self) -> audit_fstat
fn clone(&self) -> audit_fstat
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 audit_fstat
impl Debug for audit_fstat
impl Copy for audit_fstat
Auto Trait Implementations§
impl Freeze for audit_fstat
impl RefUnwindSafe for audit_fstat
impl Send for audit_fstat
impl Sync for audit_fstat
impl Unpin for audit_fstat
impl UnwindSafe for audit_fstat
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