pub struct Splice<I, O> { /* private fields */ }Available on Unix and
linux_all only.Expand description
Builder for splice operations.
Implementations§
Trait Implementations§
Source§impl<I: AsFd + 'static, O: AsFd + 'static> IntoFuture for Splice<I, O>
impl<I: AsFd + 'static, O: AsFd + 'static> IntoFuture for Splice<I, O>
Source§type IntoFuture = SpliceFuture<I, O>
type IntoFuture = SpliceFuture<I, O>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl<I, O> Freeze for Splice<I, O>
impl<I, O> RefUnwindSafe for Splice<I, O>
impl<I, O> !Send for Splice<I, O>
impl<I, O> !Sync for Splice<I, O>
impl<I, O> Unpin for Splice<I, O>
impl<I, O> UnwindSafe for Splice<I, O>
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