pub struct PositionedWriteFixed<'buf> { /* private fields */ }Expand description
pwrite io operation with fixed Buffer.
Implementations§
Trait Implementations§
Source§impl Future for PositionedWriteFixed<'_>
impl Future for PositionedWriteFixed<'_>
impl Send for PositionedWriteFixed<'_>
Auto Trait Implementations§
impl<'buf> !RefUnwindSafe for PositionedWriteFixed<'buf>
impl<'buf> !Sync for PositionedWriteFixed<'buf>
impl<'buf> !UnwindSafe for PositionedWriteFixed<'buf>
impl<'buf> Freeze for PositionedWriteFixed<'buf>
impl<'buf> Unpin for PositionedWriteFixed<'buf>
impl<'buf> UnsafeUnpin for PositionedWriteFixed<'buf>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more