#[repr(u32)]pub enum NonsemanticDebugbreakOp {
DebugBreak = 1,
}Expand description
NonSemantic.DebugBreak extended instruction opcode
Variants§
DebugBreak = 1
Implementations§
Trait Implementations§
Source§impl Clone for NonsemanticDebugbreakOp
impl Clone for NonsemanticDebugbreakOp
Source§fn clone(&self) -> NonsemanticDebugbreakOp
fn clone(&self) -> NonsemanticDebugbreakOp
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 moreSource§impl Debug for NonsemanticDebugbreakOp
impl Debug for NonsemanticDebugbreakOp
Source§impl<'de> Deserialize<'de> for NonsemanticDebugbreakOp
impl<'de> Deserialize<'de> for NonsemanticDebugbreakOp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for NonsemanticDebugbreakOp
impl Hash for NonsemanticDebugbreakOp
Source§impl Ord for NonsemanticDebugbreakOp
impl Ord for NonsemanticDebugbreakOp
Source§fn cmp(&self, other: &NonsemanticDebugbreakOp) -> Ordering
fn cmp(&self, other: &NonsemanticDebugbreakOp) -> 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 NonsemanticDebugbreakOp
impl PartialEq for NonsemanticDebugbreakOp
Source§fn eq(&self, other: &NonsemanticDebugbreakOp) -> bool
fn eq(&self, other: &NonsemanticDebugbreakOp) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NonsemanticDebugbreakOp
impl PartialOrd for NonsemanticDebugbreakOp
Source§impl Serialize for NonsemanticDebugbreakOp
impl Serialize for NonsemanticDebugbreakOp
impl Copy for NonsemanticDebugbreakOp
impl Eq for NonsemanticDebugbreakOp
impl StructuralPartialEq for NonsemanticDebugbreakOp
Auto Trait Implementations§
impl Freeze for NonsemanticDebugbreakOp
impl RefUnwindSafe for NonsemanticDebugbreakOp
impl Send for NonsemanticDebugbreakOp
impl Sync for NonsemanticDebugbreakOp
impl Unpin for NonsemanticDebugbreakOp
impl UnsafeUnpin for NonsemanticDebugbreakOp
impl UnwindSafe for NonsemanticDebugbreakOp
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