pub enum TextureSampleType {
BindingNotUsed,
Undefined,
Float,
UnfilterableFloat,
Depth,
Sint,
Uint,
}Variants§
Trait Implementations§
Source§impl Clone for TextureSampleType
impl Clone for TextureSampleType
Source§fn clone(&self) -> TextureSampleType
fn clone(&self) -> TextureSampleType
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 TextureSampleType
impl Debug for TextureSampleType
Source§impl From<TextureSampleType> for c_uint
impl From<TextureSampleType> for c_uint
Source§fn from(value: TextureSampleType) -> Self
fn from(value: TextureSampleType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for TextureSampleType
impl From<u32> for TextureSampleType
Source§impl Hash for TextureSampleType
impl Hash for TextureSampleType
Source§impl PartialEq for TextureSampleType
impl PartialEq for TextureSampleType
impl Copy for TextureSampleType
impl Eq for TextureSampleType
impl StructuralPartialEq for TextureSampleType
Auto Trait Implementations§
impl Freeze for TextureSampleType
impl RefUnwindSafe for TextureSampleType
impl Send for TextureSampleType
impl Sync for TextureSampleType
impl Unpin for TextureSampleType
impl UnsafeUnpin for TextureSampleType
impl UnwindSafe for TextureSampleType
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