pub struct SlmpLabelArrayWritePoint {
pub label: String,
pub unit_specification: u8,
pub array_data_length: u16,
pub data: Vec<u8>,
}Fields§
§label: String§unit_specification: u8§array_data_length: u16§data: Vec<u8>Trait Implementations§
Source§impl Clone for SlmpLabelArrayWritePoint
impl Clone for SlmpLabelArrayWritePoint
Source§fn clone(&self) -> SlmpLabelArrayWritePoint
fn clone(&self) -> SlmpLabelArrayWritePoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlmpLabelArrayWritePoint
impl Debug for SlmpLabelArrayWritePoint
Source§impl<'de> Deserialize<'de> for SlmpLabelArrayWritePoint
impl<'de> Deserialize<'de> for SlmpLabelArrayWritePoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SlmpLabelArrayWritePoint
impl PartialEq for SlmpLabelArrayWritePoint
Source§fn eq(&self, other: &SlmpLabelArrayWritePoint) -> bool
fn eq(&self, other: &SlmpLabelArrayWritePoint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SlmpLabelArrayWritePoint
impl Serialize for SlmpLabelArrayWritePoint
impl Eq for SlmpLabelArrayWritePoint
impl StructuralPartialEq for SlmpLabelArrayWritePoint
Auto Trait Implementations§
impl Freeze for SlmpLabelArrayWritePoint
impl RefUnwindSafe for SlmpLabelArrayWritePoint
impl Send for SlmpLabelArrayWritePoint
impl Sync for SlmpLabelArrayWritePoint
impl Unpin for SlmpLabelArrayWritePoint
impl UnsafeUnpin for SlmpLabelArrayWritePoint
impl UnwindSafe for SlmpLabelArrayWritePoint
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