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