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