pub struct JMPB(_);
Expand description
Unconditional dynamic relative jump backwards, with a constant offset.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for JMPB
impl<'de> Deserialize<'de> for JMPB
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 From<JMPB> for Instruction
impl From<JMPB> for Instruction
source§impl PartialEq<JMPB> for JMPB
impl PartialEq<JMPB> for JMPB
impl Copy for JMPB
impl Eq for JMPB
impl StructuralEq for JMPB
impl StructuralPartialEq for JMPB
Auto Trait Implementations§
impl RefUnwindSafe for JMPB
impl Send for JMPB
impl Sync for JMPB
impl Unpin for JMPB
impl UnwindSafe for JMPB
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