#[repr(C)]pub struct filestat_list {
pub stqh_first: *mut filestat,
pub stqh_last: *mut *mut filestat,
}Fields§
§stqh_first: *mut filestat§stqh_last: *mut *mut filestatTrait Implementations§
Source§impl Clone for filestat_list
impl Clone for filestat_list
Source§fn clone(&self) -> filestat_list
fn clone(&self) -> filestat_list
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 filestat_list
impl Debug for filestat_list
impl Copy for filestat_list
Auto Trait Implementations§
impl Freeze for filestat_list
impl RefUnwindSafe for filestat_list
impl !Send for filestat_list
impl !Sync for filestat_list
impl Unpin for filestat_list
impl UnwindSafe for filestat_list
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