pub struct DawnSampler { /* private fields */ }Trait Implementations§
Source§impl Clone for DawnSampler
impl Clone for DawnSampler
Source§fn clone(&self) -> DawnSampler
fn clone(&self) -> DawnSampler
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 moreSource§impl Debug for DawnSampler
impl Debug for DawnSampler
Source§impl Deref for DawnSampler
impl Deref for DawnSampler
impl SamplerInterface for DawnSampler
Auto Trait Implementations§
impl Freeze for DawnSampler
impl RefUnwindSafe for DawnSampler
impl Send for DawnSampler
impl Sync for DawnSampler
impl Unpin for DawnSampler
impl UnsafeUnpin for DawnSampler
impl UnwindSafe for DawnSampler
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