pub struct TexHandler2(pub [GeneralOperand; 2]);Expand description
Texture handler with 2 operands, e.g. [%r1, %r2]
Tuple Fields§
§0: [GeneralOperand; 2]Trait Implementations§
Source§impl Clone for TexHandler2
impl Clone for TexHandler2
Source§fn clone(&self) -> TexHandler2
fn clone(&self) -> TexHandler2
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 TexHandler2
impl Debug for TexHandler2
Source§impl PartialEq for TexHandler2
impl PartialEq for TexHandler2
Source§impl PtxParser for TexHandler2
impl PtxParser for TexHandler2
fn parse(stream: &mut PtxTokenStream<'_>) -> Result<Self, PtxParseError>
Source§impl PtxUnparser for TexHandler2
impl PtxUnparser for TexHandler2
impl Eq for TexHandler2
impl StructuralPartialEq for TexHandler2
Auto Trait Implementations§
impl Freeze for TexHandler2
impl RefUnwindSafe for TexHandler2
impl Send for TexHandler2
impl Sync for TexHandler2
impl Unpin for TexHandler2
impl UnwindSafe for TexHandler2
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