pub struct SamplerType(pub IsComparison, pub IsRect);
Expand description
A type of the sampler variable.
Tuple Fields§
§0: IsComparison
§1: IsRect
Trait Implementations§
Source§impl Clone for SamplerType
impl Clone for SamplerType
Source§fn clone(&self) -> SamplerType
fn clone(&self) -> SamplerType
Returns a copy 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 SamplerType
impl Debug for SamplerType
Source§impl Hash for SamplerType
impl Hash for SamplerType
Source§impl PartialEq for SamplerType
impl PartialEq for SamplerType
impl Copy for SamplerType
impl Eq for SamplerType
impl StructuralPartialEq for SamplerType
Auto 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