pub struct RenderPipelineId(pub usize);
Expand description
An opaque handle to a compiled render pipeline state object.
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for RenderPipelineId
impl Clone for RenderPipelineId
Source§fn clone(&self) -> RenderPipelineId
fn clone(&self) -> RenderPipelineId
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 RenderPipelineId
impl Debug for RenderPipelineId
Source§impl Hash for RenderPipelineId
impl Hash for RenderPipelineId
Source§impl Ord for RenderPipelineId
impl Ord for RenderPipelineId
Source§fn cmp(&self, other: &RenderPipelineId) -> Ordering
fn cmp(&self, other: &RenderPipelineId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RenderPipelineId
impl PartialEq for RenderPipelineId
Source§impl PartialOrd for RenderPipelineId
impl PartialOrd for RenderPipelineId
impl Copy for RenderPipelineId
impl Eq for RenderPipelineId
impl StructuralPartialEq for RenderPipelineId
Auto Trait Implementations§
impl Freeze for RenderPipelineId
impl RefUnwindSafe for RenderPipelineId
impl Send for RenderPipelineId
impl Sync for RenderPipelineId
impl Unpin for RenderPipelineId
impl UnwindSafe for RenderPipelineId
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