#[repr(C)]pub struct filestat {
pub fs_type: c_int,
pub fs_flags: c_int,
pub fs_fflags: c_int,
pub fs_uflags: c_int,
pub fs_fd: c_int,
pub fs_ref_count: c_int,
pub fs_offset: off_t,
pub fs_typedep: *mut c_void,
pub fs_path: *mut c_char,
pub next: __c_anonymous_filestat,
pub fs_cap_rights: cap_rights_t,
}Fields§
§fs_type: c_int§fs_flags: c_int§fs_fflags: c_int§fs_uflags: c_int§fs_fd: c_int§fs_ref_count: c_int§fs_offset: off_t§fs_typedep: *mut c_void§fs_path: *mut c_char§next: __c_anonymous_filestat§fs_cap_rights: cap_rights_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for filestat
impl RefUnwindSafe for filestat
impl !Send for filestat
impl !Sync for filestat
impl Unpin for filestat
impl UnwindSafe for filestat
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