Struct moras::interface::assembler::AssembleResult
source · pub struct AssembleResult<IS: ParserInstSet + InstructionSetTrait> {
pub data: Vec<u8>,
pub instruction: Vec<InstructionSet<IS>>,
}
Fields§
§data: Vec<u8>
§instruction: Vec<InstructionSet<IS>>
Trait Implementations§
source§impl<IS: Clone + ParserInstSet + InstructionSetTrait> Clone for AssembleResult<IS>
impl<IS: Clone + ParserInstSet + InstructionSetTrait> Clone for AssembleResult<IS>
source§fn clone(&self) -> AssembleResult<IS>
fn clone(&self) -> AssembleResult<IS>
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 moreAuto Trait Implementations§
impl<IS> Freeze for AssembleResult<IS>
impl<IS> RefUnwindSafe for AssembleResult<IS>where
<IS as ParserInstSet>::Operator: RefUnwindSafe,
<IS as InstructionSetTrait>::Immediate: RefUnwindSafe,
impl<IS> Send for AssembleResult<IS>
impl<IS> Sync for AssembleResult<IS>
impl<IS> Unpin for AssembleResult<IS>
impl<IS> UnwindSafe for AssembleResult<IS>where
<IS as ParserInstSet>::Operator: UnwindSafe,
<IS as InstructionSetTrait>::Immediate: UnwindSafe,
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