Struct project2::hypercall::HypercallCtx
source · pub struct HypercallCtx;
Expand description
Hypercall context.
Trait Implementations§
source§impl HypercallAbi for HypercallCtx
impl HypercallAbi for HypercallCtx
Auto Trait Implementations§
impl RefUnwindSafe for HypercallCtx
impl Send for HypercallCtx
impl Sync for HypercallCtx
impl Unpin for HypercallCtx
impl UnwindSafe for HypercallCtx
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more