pub struct Splice { /* private fields */ }Expand description
Splice data to/from a pipe, equivalent to splice(2).
if fd_in refers to a pipe, off_in must be -1;
The description of off_in also applied to off_out.
Implementations§
Source§impl Splice
impl Splice
Auto Trait Implementations§
impl Freeze for Splice
impl RefUnwindSafe for Splice
impl Send for Splice
impl Sync for Splice
impl Unpin for Splice
impl UnsafeUnpin for Splice
impl UnwindSafe for Splice
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