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