Struct fts_sys::_ftsent

source ·
#[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

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. 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.