pub struct IdMemorySemantics(/* private fields */);Expand description
Reference to an id representing a 32-bit integer that is a mask from the MemorySemantics operand kind.
Trait Implementations§
Source§impl Clone for IdMemorySemantics
impl Clone for IdMemorySemantics
Source§fn clone(&self) -> IdMemorySemantics
fn clone(&self) -> IdMemorySemantics
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 IdMemorySemantics
impl Debug for IdMemorySemantics
Source§impl Display for IdMemorySemantics
impl Display for IdMemorySemantics
Source§impl Hash for IdMemorySemantics
impl Hash for IdMemorySemantics
Source§impl PartialEq for IdMemorySemantics
impl PartialEq for IdMemorySemantics
impl Copy for IdMemorySemantics
impl Eq for IdMemorySemantics
impl StructuralPartialEq for IdMemorySemantics
Auto Trait Implementations§
impl Freeze for IdMemorySemantics
impl RefUnwindSafe for IdMemorySemantics
impl Send for IdMemorySemantics
impl Sync for IdMemorySemantics
impl Unpin for IdMemorySemantics
impl UnsafeUnpin for IdMemorySemantics
impl UnwindSafe for IdMemorySemantics
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.