pub struct OpFdPathLike<Flags> {
pub fd: usize,
pub fcntl_flags: u32,
/* private fields */
}
Fields§
§fd: usize
§fcntl_flags: u32
Implementations§
Trait Implementations§
Source§impl<Flags: Debug> Debug for OpFdPathLike<Flags>
impl<Flags: Debug> Debug for OpFdPathLike<Flags>
Auto Trait Implementations§
impl<Flags> Freeze for OpFdPathLike<Flags>where
Flags: Freeze,
impl<Flags> RefUnwindSafe for OpFdPathLike<Flags>where
Flags: RefUnwindSafe,
impl<Flags> !Send for OpFdPathLike<Flags>
impl<Flags> !Sync for OpFdPathLike<Flags>
impl<Flags> Unpin for OpFdPathLike<Flags>where
Flags: Unpin,
impl<Flags> UnwindSafe for OpFdPathLike<Flags>where
Flags: UnwindSafe,
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