pub struct sync_exception {
pub trap: ExceptionType,
pub excinfo: Option<xlenbits>,
pub ext: Option<ext_exception>,
}Expand description
sync_exception
Generated from the Sail sources at riscv_sync_exception.sail L11-15.
Fields§
§trap: ExceptionType§excinfo: Option<xlenbits>§ext: Option<ext_exception>Trait Implementations§
Source§impl Clone for sync_exception
impl Clone for sync_exception
Source§fn clone(&self) -> sync_exception
fn clone(&self) -> sync_exception
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sync_exception
impl Debug for sync_exception
Source§impl PartialEq for sync_exception
impl PartialEq for sync_exception
impl Copy for sync_exception
impl Eq for sync_exception
impl StructuralPartialEq for sync_exception
Auto Trait Implementations§
impl Freeze for sync_exception
impl RefUnwindSafe for sync_exception
impl Send for sync_exception
impl Sync for sync_exception
impl Unpin for sync_exception
impl UnwindSafe for sync_exception
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