pub struct GpuSamplerSet { /* private fields */ }
Expand description
Used for textures bindings in shaders
Auto Trait Implementations§
impl !Freeze for GpuSamplerSet
impl !RefUnwindSafe for GpuSamplerSet
impl Send for GpuSamplerSet
impl Sync for GpuSamplerSet
impl Unpin for GpuSamplerSet
impl !UnwindSafe for GpuSamplerSet
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