#[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],
}
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.