pub struct BindGroupId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for BindGroupId
impl Clone for BindGroupId
Source§fn clone(&self) -> BindGroupId
fn clone(&self) -> BindGroupId
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 BindGroupId
Source§impl Debug for BindGroupId
impl Debug for BindGroupId
impl Eq for BindGroupId
Source§impl Hash for BindGroupId
impl Hash for BindGroupId
Source§impl PartialEq for BindGroupId
impl PartialEq for BindGroupId
Source§fn eq(&self, other: &BindGroupId) -> bool
fn eq(&self, other: &BindGroupId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BindGroupId
Auto Trait Implementations§
impl Freeze for BindGroupId
impl RefUnwindSafe for BindGroupId
impl Send for BindGroupId
impl Sync for BindGroupId
impl Unpin for BindGroupId
impl UnsafeUnpin for BindGroupId
impl UnwindSafe for BindGroupId
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