Struct euphony_command::SetParameter
source · [−]Fields
target_node: u64
target_parameter: u64
value: u64
Trait Implementations
sourceimpl Clone for SetParameter
impl Clone for SetParameter
sourcefn clone(&self) -> SetParameter
fn clone(&self) -> SetParameter
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 SetParameter
impl Codec for SetParameter
sourceimpl Debug for SetParameter
impl Debug for SetParameter
sourceimpl Display for SetParameter
impl Display for SetParameter
sourceimpl Hash for SetParameter
impl Hash for SetParameter
sourceimpl Ord for SetParameter
impl Ord for SetParameter
sourceimpl PartialEq<SetParameter> for SetParameter
impl PartialEq<SetParameter> for SetParameter
sourcefn eq(&self, other: &SetParameter) -> bool
fn eq(&self, other: &SetParameter) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SetParameter) -> bool
fn ne(&self, other: &SetParameter) -> bool
This method tests for !=
.
sourceimpl PartialOrd<SetParameter> for SetParameter
impl PartialOrd<SetParameter> for SetParameter
sourcefn partial_cmp(&self, other: &SetParameter) -> Option<Ordering>
fn partial_cmp(&self, other: &SetParameter) -> 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 SetParameter
impl Eq for SetParameter
impl StructuralEq for SetParameter
impl StructuralPartialEq for SetParameter
Auto Trait Implementations
impl RefUnwindSafe for SetParameter
impl Send for SetParameter
impl Sync for SetParameter
impl Unpin for SetParameter
impl UnwindSafe for SetParameter
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