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