pub enum SamplerTextureType {
Unknown,
TwoD,
Cube,
Volume,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SamplerTextureType
impl Clone for SamplerTextureType
Source§fn clone(&self) -> SamplerTextureType
fn clone(&self) -> SamplerTextureType
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 SamplerTextureType
impl Debug for SamplerTextureType
Source§impl PartialEq for SamplerTextureType
impl PartialEq for SamplerTextureType
impl Copy for SamplerTextureType
impl Eq for SamplerTextureType
impl StructuralPartialEq for SamplerTextureType
Auto Trait Implementations§
impl Freeze for SamplerTextureType
impl RefUnwindSafe for SamplerTextureType
impl Send for SamplerTextureType
impl Sync for SamplerTextureType
impl Unpin for SamplerTextureType
impl UnsafeUnpin for SamplerTextureType
impl UnwindSafe for SamplerTextureType
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