pub struct OpRead {
pub fd: usize,
pub offset: u64,
pub flags: u32,
/* private fields */
}
Fields§
§fd: usize
§offset: u64
§flags: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpRead
impl RefUnwindSafe for OpRead
impl !Send for OpRead
impl !Sync for OpRead
impl Unpin for OpRead
impl UnwindSafe for OpRead
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