pub struct DIVI(_);
Expand description
Divides a register and an immediate value.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for DIVI
impl<'de> Deserialize<'de> for DIVI
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<DIVI> for Instruction
impl From<DIVI> for Instruction
source§impl PartialEq<DIVI> for DIVI
impl PartialEq<DIVI> for DIVI
impl Copy for DIVI
impl Eq for DIVI
impl StructuralEq for DIVI
impl StructuralPartialEq for DIVI
Auto Trait Implementations§
impl RefUnwindSafe for DIVI
impl Send for DIVI
impl Sync for DIVI
impl Unpin for DIVI
impl UnwindSafe for DIVI
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