pub(crate) struct InstructionSet {
pub(crate) bit_width: usize,
pub(crate) formats: BTreeMap<String, InstructionFormat>,
pub(crate) parts: HashMap<String, PartDecoder>,
pub(crate) mappings: HashMap<String, Mapping>,
}Fields§
§bit_width: usize§formats: BTreeMap<String, InstructionFormat>§parts: HashMap<String, PartDecoder>§mappings: HashMap<String, Mapping>Implementations§
Auto Trait Implementations§
impl Freeze for InstructionSet
impl RefUnwindSafe for InstructionSet
impl Send for InstructionSet
impl Sync for InstructionSet
impl Unpin for InstructionSet
impl UnsafeUnpin for InstructionSet
impl UnwindSafe for InstructionSet
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