pub enum Unimplemented {}
Expand description
A placeholder type to represent a bit of unimplemented functionality.
Trait Implementations§
Source§impl RegisterMmioIntercept for Unimplemented
impl RegisterMmioIntercept for Unimplemented
Source§impl RegisterPortIoIntercept for Unimplemented
impl RegisterPortIoIntercept for Unimplemented
Auto Trait Implementations§
impl Freeze for Unimplemented
impl RefUnwindSafe for Unimplemented
impl Send for Unimplemented
impl Sync for Unimplemented
impl Unpin for Unimplemented
impl UnwindSafe for Unimplemented
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