pub struct InterceptState {
pub instruction_bytes: [u8; 4],
pub instruction_byte_count: u8,
pub gpa: Option<u64>,
pub syndrome: EsrEl2,
pub interruption_pending: bool,
}
Fields§
§instruction_bytes: [u8; 4]
§instruction_byte_count: u8
§gpa: Option<u64>
§syndrome: EsrEl2
§interruption_pending: bool
Trait Implementations§
Source§impl Debug for InterceptState
impl Debug for InterceptState
Source§impl Default for InterceptState
impl Default for InterceptState
Source§fn default() -> InterceptState
fn default() -> InterceptState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterceptState
impl RefUnwindSafe for InterceptState
impl Send for InterceptState
impl Sync for InterceptState
impl Unpin for InterceptState
impl UnwindSafe for InterceptState
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