#[repr(C)]pub struct io_ctx {
pub flags: io_flags,
pub offset: optional_offset,
pub timeout: option_duration,
}
Expand description
Context for I/O operations.
Fields§
§flags: io_flags
§offset: optional_offset
§timeout: option_duration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for io_ctx
impl RefUnwindSafe for io_ctx
impl Send for io_ctx
impl Sync for io_ctx
impl Unpin for io_ctx
impl UnwindSafe for io_ctx
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