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