pub struct FdStat {
pub flags: FdFlags,
pub rights_base: u64,
pub rights_inheriting: u64,
}
Fields§
§flags: FdFlags
§rights_base: u64
§rights_inheriting: u64
Trait Implementations§
impl Copy for FdStat
Auto Trait Implementations§
impl Freeze for FdStat
impl RefUnwindSafe for FdStat
impl Send for FdStat
impl Sync for FdStat
impl Unpin for FdStat
impl UnwindSafe for FdStat
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