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