Struct euphony_command::PipeParameter
source · [−]Fields
target_node: u64
target_parameter: u64
source_node: u64
Trait Implementations
sourceimpl Clone for PipeParameter
impl Clone for PipeParameter
sourcefn clone(&self) -> PipeParameter
fn clone(&self) -> PipeParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Codec for PipeParameter
impl Codec for PipeParameter
sourceimpl Debug for PipeParameter
impl Debug for PipeParameter
sourceimpl Display for PipeParameter
impl Display for PipeParameter
sourceimpl Hash for PipeParameter
impl Hash for PipeParameter
sourceimpl Ord for PipeParameter
impl Ord for PipeParameter
sourceimpl PartialEq<PipeParameter> for PipeParameter
impl PartialEq<PipeParameter> for PipeParameter
sourcefn eq(&self, other: &PipeParameter) -> bool
fn eq(&self, other: &PipeParameter) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PipeParameter) -> bool
fn ne(&self, other: &PipeParameter) -> bool
This method tests for !=
.
sourceimpl PartialOrd<PipeParameter> for PipeParameter
impl PartialOrd<PipeParameter> for PipeParameter
sourcefn partial_cmp(&self, other: &PipeParameter) -> Option<Ordering>
fn partial_cmp(&self, other: &PipeParameter) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for PipeParameter
impl Eq for PipeParameter
impl StructuralEq for PipeParameter
impl StructuralPartialEq for PipeParameter
Auto Trait Implementations
impl RefUnwindSafe for PipeParameter
impl Send for PipeParameter
impl Sync for PipeParameter
impl Unpin for PipeParameter
impl UnwindSafe for PipeParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more