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