pub enum TexType {
TexRef,
SamplerRef,
SurfRef,
}Variants§
Trait Implementations§
Source§impl PtxParser for TexType
impl PtxParser for TexType
fn parse(stream: &mut PtxTokenStream<'_>) -> Result<Self, PtxParseError>
Source§impl PtxUnparser for TexType
impl PtxUnparser for TexType
impl Copy for TexType
impl Eq for TexType
impl StructuralPartialEq for TexType
Auto Trait Implementations§
impl Freeze for TexType
impl RefUnwindSafe for TexType
impl Send for TexType
impl Sync for TexType
impl Unpin for TexType
impl UnwindSafe for TexType
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