pub struct Immediate { /* private fields */ }
Expand description
This structure represents an immediate operand.
For instance:
mov x0, #8;
|
+---> Immediate(8)
Implementations§
Trait Implementations§
Auto Trait Implementations§
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