pub struct GpuSampler { /* private fields */ }Expand description
Wrapper around GPU sampler that can be real or mock.
Implementations§
Trait Implementations§
Source§impl Clone for GpuSampler
impl Clone for GpuSampler
Source§fn clone(&self) -> GpuSampler
fn clone(&self) -> GpuSampler
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 GpuSampler
impl !RefUnwindSafe for GpuSampler
impl Send for GpuSampler
impl Sync for GpuSampler
impl Unpin for GpuSampler
impl !UnwindSafe for GpuSampler
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