#[repr(C)]pub struct WGPUSamplerImpl { /* private fields */ }Trait Implementations§
Source§impl Clone for WGPUSamplerImpl
impl Clone for WGPUSamplerImpl
Source§fn clone(&self) -> WGPUSamplerImpl
fn clone(&self) -> WGPUSamplerImpl
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 WGPUSamplerImpl
impl Debug for WGPUSamplerImpl
impl Copy for WGPUSamplerImpl
Auto Trait Implementations§
impl Freeze for WGPUSamplerImpl
impl RefUnwindSafe for WGPUSamplerImpl
impl Send for WGPUSamplerImpl
impl Sync for WGPUSamplerImpl
impl Unpin for WGPUSamplerImpl
impl UnwindSafe for WGPUSamplerImpl
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