pub struct TrapVector(pub usize);Expand description
CPU trap vector observed at the architecture trap boundary.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for TrapVector
impl Clone for TrapVector
Source§fn clone(&self) -> TrapVector
fn clone(&self) -> TrapVector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrapVector
Source§impl Debug for TrapVector
impl Debug for TrapVector
impl Eq for TrapVector
Source§impl Hash for TrapVector
impl Hash for TrapVector
Source§impl Ord for TrapVector
impl Ord for TrapVector
Source§fn cmp(&self, other: &TrapVector) -> Ordering
fn cmp(&self, other: &TrapVector) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TrapVector
impl PartialEq for TrapVector
Source§impl PartialOrd for TrapVector
impl PartialOrd for TrapVector
impl StructuralPartialEq for TrapVector
Auto Trait Implementations§
impl Freeze for TrapVector
impl RefUnwindSafe for TrapVector
impl Send for TrapVector
impl Sync for TrapVector
impl Unpin for TrapVector
impl UnsafeUnpin for TrapVector
impl UnwindSafe for TrapVector
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