pub struct BindGroupLayoutId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for BindGroupLayoutId
impl Clone for BindGroupLayoutId
Source§fn clone(&self) -> BindGroupLayoutId
fn clone(&self) -> BindGroupLayoutId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BindGroupLayoutId
Source§impl Debug for BindGroupLayoutId
impl Debug for BindGroupLayoutId
impl Eq for BindGroupLayoutId
Source§impl Hash for BindGroupLayoutId
impl Hash for BindGroupLayoutId
Source§impl PartialEq for BindGroupLayoutId
impl PartialEq for BindGroupLayoutId
Source§fn eq(&self, other: &BindGroupLayoutId) -> bool
fn eq(&self, other: &BindGroupLayoutId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BindGroupLayoutId
Auto Trait Implementations§
impl Freeze for BindGroupLayoutId
impl RefUnwindSafe for BindGroupLayoutId
impl Send for BindGroupLayoutId
impl Sync for BindGroupLayoutId
impl Unpin for BindGroupLayoutId
impl UnsafeUnpin for BindGroupLayoutId
impl UnwindSafe for BindGroupLayoutId
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