pub struct FdEntry {
pub fd: u32,
pub fd_type: String,
pub description: String,
}Expand description
One entry from /proc/<pid>/fd.
Fields§
§fd: u32§fd_type: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FdEntry
impl RefUnwindSafe for FdEntry
impl Send for FdEntry
impl Sync for FdEntry
impl Unpin for FdEntry
impl UnsafeUnpin for FdEntry
impl UnwindSafe for FdEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more