pub enum SamplerType {
Sampler2D(PixelChannel, PixelChannel),
}
Variants§
Sampler2D(PixelChannel, PixelChannel)
Trait Implementations§
Source§impl Clone for SamplerType
impl Clone for SamplerType
Source§fn clone(&self) -> SamplerType
fn clone(&self) -> SamplerType
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 moreAuto Trait Implementations§
impl Freeze for SamplerType
impl RefUnwindSafe for SamplerType
impl Send for SamplerType
impl Sync for SamplerType
impl Unpin for SamplerType
impl UnwindSafe for SamplerType
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