pub struct IoWriter {
pub fd: usize,
pub offset: usize,
}Expand description
Minimal sequential writer wrapper over a syscall file descriptor.
Fields§
§fd: usize§offset: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoWriter
impl RefUnwindSafe for IoWriter
impl Send for IoWriter
impl Sync for IoWriter
impl Unpin for IoWriter
impl UnsafeUnpin for IoWriter
impl UnwindSafe for IoWriter
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