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