Struct FDInfo
procfs
pub struct FDInfo { pub fd: u32, pub target: FDTarget, }
fd: u32
target: FDTarget
impl Debug for FDInfo
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for FDInfo
impl Sync for FDInfo