Struct procfs::FDInfo[][src]

pub struct FDInfo {
    pub fd: u32,
    pub target: FDTarget,
}

Fields

Trait Implementations

impl Debug for FDInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FDInfo

impl Sync for FDInfo