pub struct Sampler { /* private fields */ }Trait Implementations§
Source§impl HasShaderBinding for Sampler
impl HasShaderBinding for Sampler
const TYPE: ShaderBinding = ShaderBinding::Sampler
Source§impl ShaderBindable for Sampler
impl ShaderBindable for Sampler
fn bind_to(&self, ctx: &mut PipelineContext<'_>, index: u32)
impl Copy for Sampler
impl StructuralPartialEq for Sampler
Auto Trait Implementations§
impl Freeze for Sampler
impl RefUnwindSafe for Sampler
impl Send for Sampler
impl Sync for Sampler
impl Unpin for Sampler
impl UnwindSafe for Sampler
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