Struct Immediate
pub struct Immediate { /* private fields */ }
Expand description
This structure represents an immediate operand.
For instance:
mov edi, 1;
|
+---> Immediate(1)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Immediate
impl !RefUnwindSafe for Immediate
impl !Send for Immediate
impl !Sync for Immediate
impl Unpin for Immediate
impl UnwindSafe for Immediate
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