pub struct ReadMulti { /* private fields */ }
Expand description
Issue the equivalent of pread(2)
with multi-shot semantics.
Implementations§
Source§impl ReadMulti
impl ReadMulti
Sourcepub const CODE: u8 = 49u8
pub const CODE: u8 = 49u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.
pub fn new(fd: impl UseFixed, len: u32, buf_group: u16) -> Self
pub const fn offset(self, offset: u64) -> Self
pub fn build(self) -> Entry
Auto Trait Implementations§
impl Freeze for ReadMulti
impl RefUnwindSafe for ReadMulti
impl Send for ReadMulti
impl Sync for ReadMulti
impl Unpin for ReadMulti
impl UnwindSafe for ReadMulti
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