pub struct InstructionsDoc {
pub instructions: Vec<InstructionSet>,
pub _meta: Meta,
}Expand description
Root AARCHMRS document.
Fields§
§instructions: Vec<InstructionSet>Instruction-set roots (A64/A32/T32).
_meta: MetaMetadata section.
Trait Implementations§
Source§impl Debug for InstructionsDoc
impl Debug for InstructionsDoc
Source§impl<'de> Deserialize<'de> for InstructionsDoc
impl<'de> Deserialize<'de> for InstructionsDoc
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InstructionsDoc
impl RefUnwindSafe for InstructionsDoc
impl Send for InstructionsDoc
impl Sync for InstructionsDoc
impl Unpin for InstructionsDoc
impl UnsafeUnpin for InstructionsDoc
impl UnwindSafe for InstructionsDoc
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