pub struct PassThroughOp;Expand description
Engine dispatch-table marker - its sole purpose is to provide a
unique TypeId for the syscall registry.
Auto Trait Implementations§
impl Freeze for PassThroughOp
impl RefUnwindSafe for PassThroughOp
impl Send for PassThroughOp
impl Sync for PassThroughOp
impl Unpin for PassThroughOp
impl UnsafeUnpin for PassThroughOp
impl UnwindSafe for PassThroughOp
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