pub struct RawAccessChainOperands(/* private fields */);Implementations§
Source§impl RawAccessChainOperands
impl RawAccessChainOperands
pub const NONE: Self
pub const ROBUSTNESS_PER_COMPONENT_NV: Self
pub const ROBUSTNESS_PER_ELEMENT_NV: Self
Trait Implementations§
Source§impl BitAnd for RawAccessChainOperands
impl BitAnd for RawAccessChainOperands
Source§impl BitOr for RawAccessChainOperands
impl BitOr for RawAccessChainOperands
Source§impl Clone for RawAccessChainOperands
impl Clone for RawAccessChainOperands
Source§fn clone(&self) -> RawAccessChainOperands
fn clone(&self) -> RawAccessChainOperands
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 RawAccessChainOperands
impl Debug for RawAccessChainOperands
Source§impl Display for RawAccessChainOperands
impl Display for RawAccessChainOperands
Source§impl PartialEq for RawAccessChainOperands
impl PartialEq for RawAccessChainOperands
impl Copy for RawAccessChainOperands
impl Eq for RawAccessChainOperands
impl StructuralPartialEq for RawAccessChainOperands
Auto Trait Implementations§
impl Freeze for RawAccessChainOperands
impl RefUnwindSafe for RawAccessChainOperands
impl Send for RawAccessChainOperands
impl Sync for RawAccessChainOperands
impl Unpin for RawAccessChainOperands
impl UnsafeUnpin for RawAccessChainOperands
impl UnwindSafe for RawAccessChainOperands
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.