pub enum SamplerTag {
Sampler,
Sampler2D,
Sampler3D,
}Variants§
Trait Implementations§
Source§impl Clone for SamplerTag
impl Clone for SamplerTag
Source§fn clone(&self) -> SamplerTag
fn clone(&self) -> SamplerTag
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 SamplerTag
impl Debug for SamplerTag
Source§impl PartialEq for SamplerTag
impl PartialEq for SamplerTag
impl Copy for SamplerTag
impl Eq for SamplerTag
impl StructuralPartialEq for SamplerTag
Auto Trait Implementations§
impl Freeze for SamplerTag
impl RefUnwindSafe for SamplerTag
impl Send for SamplerTag
impl Sync for SamplerTag
impl Unpin for SamplerTag
impl UnwindSafe for SamplerTag
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