Struct compio_driver::op::SendTo
source · pub struct SendTo<T: IoBuf> { /* private fields */ }
Expand description
A fused SendTo
operation
Implementations§
Trait Implementations§
source§impl<T: IoBuf> OpCode for SendTo<T>
impl<T: IoBuf> OpCode for SendTo<T>
source§fn call_blocking(self: Pin<&mut Self>) -> Result<usize>
fn call_blocking(self: Pin<&mut Self>) -> Result<usize>
Call the operation in a blocking way. This method will only be called if
[
create_entry
] returns OpEntry::Blocking
.Auto Trait Implementations§
impl<T> Freeze for SendTo<T>where
T: Freeze,
impl<T> RefUnwindSafe for SendTo<T>where
T: RefUnwindSafe,
impl<T> !Send for SendTo<T>
impl<T> !Sync for SendTo<T>
impl<T> !Unpin for SendTo<T>
impl<T> UnwindSafe for SendTo<T>where
T: UnwindSafe,
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