pub struct PackedInstruction(u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for PackedInstruction
impl Clone for PackedInstruction
source§fn clone(&self) -> PackedInstruction
fn clone(&self) -> PackedInstruction
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 PackedInstruction
impl Debug for PackedInstruction
source§impl From<PackedInstruction> for u32
impl From<PackedInstruction> for u32
source§fn from(p: PackedInstruction) -> Self
fn from(p: PackedInstruction) -> Self
Converts to this type from the input type.
source§impl From<u32> for PackedInstruction
impl From<u32> for PackedInstruction
source§impl Into<PackedInstruction> for BInstruction
impl Into<PackedInstruction> for BInstruction
source§fn into(self) -> PackedInstruction
fn into(self) -> PackedInstruction
Converts this type into the (usually inferred) input type.
source§impl Into<PackedInstruction> for IInstruction
impl Into<PackedInstruction> for IInstruction
source§fn into(self) -> PackedInstruction
fn into(self) -> PackedInstruction
Converts this type into the (usually inferred) input type.
source§impl Into<PackedInstruction> for JInstruction
impl Into<PackedInstruction> for JInstruction
source§fn into(self) -> PackedInstruction
fn into(self) -> PackedInstruction
Converts this type into the (usually inferred) input type.
source§impl Into<PackedInstruction> for R4Instruction
impl Into<PackedInstruction> for R4Instruction
source§fn into(self) -> PackedInstruction
fn into(self) -> PackedInstruction
Converts this type into the (usually inferred) input type.
source§impl Into<PackedInstruction> for RInstruction
impl Into<PackedInstruction> for RInstruction
source§fn into(self) -> PackedInstruction
fn into(self) -> PackedInstruction
Converts this type into the (usually inferred) input type.
source§impl Into<PackedInstruction> for SInstruction
impl Into<PackedInstruction> for SInstruction
source§fn into(self) -> PackedInstruction
fn into(self) -> PackedInstruction
Converts this type into the (usually inferred) input type.
source§impl Into<PackedInstruction> for UInstruction
impl Into<PackedInstruction> for UInstruction
source§fn into(self) -> PackedInstruction
fn into(self) -> PackedInstruction
Converts this type into the (usually inferred) input type.
impl Copy for PackedInstruction
Auto Trait Implementations§
impl Freeze for PackedInstruction
impl RefUnwindSafe for PackedInstruction
impl Send for PackedInstruction
impl Sync for PackedInstruction
impl Unpin for PackedInstruction
impl UnwindSafe for PackedInstruction
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request