#[repr(C)]pub struct _ftsent {Show 20 fields
pub fts_cycle: *mut _ftsent,
pub fts_parent: *mut _ftsent,
pub fts_link: *mut _ftsent,
pub fts_number: c_long,
pub fts_pointer: *mut c_void,
pub fts_accpath: *mut c_char,
pub fts_path: *mut c_char,
pub fts_errno: c_int,
pub fts_symfd: c_int,
pub fts_pathlen: c_ushort,
pub fts_namelen: c_ushort,
pub fts_ino: ino_t,
pub fts_dev: dev_t,
pub fts_nlink: nlink_t,
pub fts_level: c_short,
pub fts_info: c_ushort,
pub fts_flags: c_ushort,
pub fts_instr: c_ushort,
pub fts_statp: *mut stat,
pub fts_name: [c_char; 1],
}Fields
fts_cycle: *mut _ftsentfts_parent: *mut _ftsentfts_link: *mut _ftsentfts_number: c_longfts_pointer: *mut c_voidfts_accpath: *mut c_charfts_path: *mut c_charfts_errno: c_intfts_symfd: c_intfts_pathlen: c_ushortfts_namelen: c_ushortfts_ino: ino_tfts_dev: dev_tfts_nlink: nlink_tfts_level: c_shortfts_info: c_ushortfts_flags: c_ushortfts_instr: c_ushortfts_statp: *mut statfts_name: [c_char; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _ftsent
impl !Send for _ftsent
impl !Sync for _ftsent
impl Unpin for _ftsent
impl UnwindSafe for _ftsent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more