pub struct PipelineId(pub PipelineSourceId, pub u32);
Tuple Fields§
§0: PipelineSourceId
§1: u32
Implementations§
Source§impl PipelineId
impl PipelineId
pub const DUMMY: PipelineId = _
pub fn new() -> Self
Trait Implementations§
Source§impl Clone for PipelineId
impl Clone for PipelineId
Source§fn clone(&self) -> PipelineId
fn clone(&self) -> PipelineId
Returns a copy 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 PipelineId
impl Debug for PipelineId
Source§impl Display for PipelineId
impl Display for PipelineId
Source§impl Hash for PipelineId
impl Hash for PipelineId
Source§impl Ord for PipelineId
impl Ord for PipelineId
Source§fn cmp(&self, other: &PipelineId) -> Ordering
fn cmp(&self, other: &PipelineId) -> 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 PipelineId
impl PartialEq for PipelineId
Source§impl PartialOrd for PipelineId
impl PartialOrd for PipelineId
impl Copy for PipelineId
impl Eq for PipelineId
impl StructuralPartialEq for PipelineId
Auto Trait Implementations§
impl Freeze for PipelineId
impl RefUnwindSafe for PipelineId
impl Send for PipelineId
impl Sync for PipelineId
impl Unpin for PipelineId
impl UnwindSafe for PipelineId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)