pub struct VariableTransmitterParameter {
pub record_type: VariableRecordType,
pub fields: Vec<u8>,
}Fields§
§record_type: VariableRecordType§fields: Vec<u8>Implementations§
Source§impl VariableTransmitterParameter
impl VariableTransmitterParameter
pub fn new() -> Self
pub fn with_record_type(self, record_type: VariableRecordType) -> Self
pub fn with_fields(self, fields: Vec<u8>) -> Self
Trait Implementations§
Source§impl Clone for VariableTransmitterParameter
impl Clone for VariableTransmitterParameter
Source§fn clone(&self) -> VariableTransmitterParameter
fn clone(&self) -> VariableTransmitterParameter
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 Debug for VariableTransmitterParameter
impl Debug for VariableTransmitterParameter
Source§impl PartialEq for VariableTransmitterParameter
impl PartialEq for VariableTransmitterParameter
Source§fn eq(&self, other: &VariableTransmitterParameter) -> bool
fn eq(&self, other: &VariableTransmitterParameter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VariableTransmitterParameter
Auto Trait Implementations§
impl Freeze for VariableTransmitterParameter
impl RefUnwindSafe for VariableTransmitterParameter
impl Send for VariableTransmitterParameter
impl Sync for VariableTransmitterParameter
impl Unpin for VariableTransmitterParameter
impl UnwindSafe for VariableTransmitterParameter
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