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