pub struct PipeParameter {
pub target_node: u64,
pub target_parameter: u64,
pub source_node: u64,
}
Fields§
§target_node: u64
§target_parameter: u64
§source_node: u64
Trait Implementations§
Source§impl Clone for PipeParameter
impl Clone for PipeParameter
Source§fn clone(&self) -> PipeParameter
fn clone(&self) -> PipeParameter
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 Codec for PipeParameter
impl Codec for PipeParameter
Source§impl Debug for PipeParameter
impl Debug for PipeParameter
Source§impl Display for PipeParameter
impl Display for PipeParameter
Source§impl Hash for PipeParameter
impl Hash for PipeParameter
Source§impl Ord for PipeParameter
impl Ord for PipeParameter
Source§fn cmp(&self, other: &PipeParameter) -> Ordering
fn cmp(&self, other: &PipeParameter) -> 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 PipeParameter
impl PartialEq for PipeParameter
Source§impl PartialOrd for PipeParameter
impl PartialOrd for PipeParameter
impl Copy for PipeParameter
impl Eq for PipeParameter
impl StructuralPartialEq for PipeParameter
Auto Trait Implementations§
impl Freeze for PipeParameter
impl RefUnwindSafe for PipeParameter
impl Send for PipeParameter
impl Sync for PipeParameter
impl Unpin for PipeParameter
impl UnwindSafe for PipeParameter
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