Struct project2::vmexit::pio::IoInstruction
source · pub struct IoInstruction {
pub port: u16,
pub direction: Direction,
}
Expand description
The decoded information of io instruction.
Fields§
§port: u16
Port of the io iostruction
direction: Direction
Direction and value of the io instruction
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IoInstruction
impl Send for IoInstruction
impl Sync for IoInstruction
impl Unpin for IoInstruction
impl UnwindSafe for IoInstruction
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