pub struct AddressingModel(/* private fields */);Implementations§
Source§impl AddressingModel
impl AddressingModel
pub const LOGICAL: Self
pub const PHYSICAL32: Self
pub const PHYSICAL64: Self
pub const PHYSICAL_STORAGE_BUFFER64: Self
Trait Implementations§
Source§impl Clone for AddressingModel
impl Clone for AddressingModel
Source§fn clone(&self) -> AddressingModel
fn clone(&self) -> AddressingModel
Returns a duplicate 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 AddressingModel
impl Debug for AddressingModel
Source§impl Display for AddressingModel
impl Display for AddressingModel
Source§impl PartialEq for AddressingModel
impl PartialEq for AddressingModel
impl Copy for AddressingModel
impl Eq for AddressingModel
impl StructuralPartialEq for AddressingModel
Auto Trait Implementations§
impl Freeze for AddressingModel
impl RefUnwindSafe for AddressingModel
impl Send for AddressingModel
impl Sync for AddressingModel
impl Unpin for AddressingModel
impl UnsafeUnpin for AddressingModel
impl UnwindSafe for AddressingModel
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§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.