pub struct SendOp;Expand description
Marker struct for register_syscall::<SendOp>.
Auto Trait Implementations§
impl Freeze for SendOp
impl RefUnwindSafe for SendOp
impl Send for SendOp
impl Sync for SendOp
impl Unpin for SendOp
impl UnsafeUnpin for SendOp
impl UnwindSafe for SendOp
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