Struct zksync_vm2::addressing_modes::Immediate1  
source · pub struct Immediate1(pub u16);Expand description
Immediate value passed as a first instruction arg.
Tuple Fields§
§0: u16Trait Implementations§
source§impl Clone for Immediate1
 
impl Clone for Immediate1
source§fn clone(&self) -> Immediate1
 
fn clone(&self) -> Immediate1
Returns a copy of the value. Read more
1.0.0 · 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 Immediate1
 
impl Debug for Immediate1
source§impl From<Immediate1> for AnySource
 
impl From<Immediate1> for AnySource
source§fn from(v: Immediate1) -> AnySource
 
fn from(v: Immediate1) -> AnySource
Converts to this type from the input type.
source§impl From<Immediate1> for RegisterOrImmediate
 
impl From<Immediate1> for RegisterOrImmediate
source§fn from(v: Immediate1) -> RegisterOrImmediate
 
fn from(v: Immediate1) -> RegisterOrImmediate
Converts to this type from the input type.
source§impl TryInto<Immediate1> for AnySource
 
impl TryInto<Immediate1> for AnySource
source§impl TryInto<Immediate1> for RegisterOrImmediate
 
impl TryInto<Immediate1> for RegisterOrImmediate
impl Copy for Immediate1
Auto Trait Implementations§
impl Freeze for Immediate1
impl RefUnwindSafe for Immediate1
impl Send for Immediate1
impl Sync for Immediate1
impl Unpin for Immediate1
impl UnwindSafe for Immediate1
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)