pub enum IsArray {
Array,
NoArray,
}Expand description
Whether the sampler samples an array texture.
Variants§
Trait Implementations§
impl Copy for IsArray
impl Eq for IsArray
impl StructuralPartialEq for IsArray
Auto Trait Implementations§
impl Freeze for IsArray
impl RefUnwindSafe for IsArray
impl Send for IsArray
impl Sync for IsArray
impl Unpin for IsArray
impl UnwindSafe for IsArray
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