#[repr(C)]pub struct s_DUChanges {
pub path: *const c_char,
pub kbytes: c_longlong,
pub files: c_longlong,
pub flags: c_int,
}Fields§
§path: *const c_char§kbytes: c_longlong§files: c_longlong§flags: c_intTrait Implementations§
Source§impl Clone for s_DUChanges
impl Clone for s_DUChanges
Source§fn clone(&self) -> s_DUChanges
fn clone(&self) -> s_DUChanges
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 s_DUChanges
impl Debug for s_DUChanges
impl Copy for s_DUChanges
Auto Trait Implementations§
impl Freeze for s_DUChanges
impl RefUnwindSafe for s_DUChanges
impl !Send for s_DUChanges
impl !Sync for s_DUChanges
impl Unpin for s_DUChanges
impl UnwindSafe for s_DUChanges
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