#[repr(C, align(16))]pub struct mirilla_except_record {
pub boundary: mirilla_except_boundary,
pub predicate: mirilla_except_predicate,
pub action: mirilla_except_action,
}Fields§
§boundary: mirilla_except_boundaryInstruction interval matched before the predicate.
predicate: mirilla_except_predicateArchitectural exception predicate.
action: mirilla_except_actionRecovery action applied after a match.
Trait Implementations§
Source§impl Clone for mirilla_except_record
impl Clone for mirilla_except_record
impl Copy for mirilla_except_record
Auto Trait Implementations§
impl Freeze for mirilla_except_record
impl RefUnwindSafe for mirilla_except_record
impl Send for mirilla_except_record
impl Sync for mirilla_except_record
impl Unpin for mirilla_except_record
impl UnsafeUnpin for mirilla_except_record
impl UnwindSafe for mirilla_except_record
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