pub struct SlmpLabelArrayReadPoint {
pub label: String,
pub unit_specification: u8,
pub array_data_length: u16,
}Fields§
§label: String§unit_specification: u8§array_data_length: u16Trait Implementations§
Source§impl Clone for SlmpLabelArrayReadPoint
impl Clone for SlmpLabelArrayReadPoint
Source§fn clone(&self) -> SlmpLabelArrayReadPoint
fn clone(&self) -> SlmpLabelArrayReadPoint
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 SlmpLabelArrayReadPoint
impl Debug for SlmpLabelArrayReadPoint
Source§impl<'de> Deserialize<'de> for SlmpLabelArrayReadPoint
impl<'de> Deserialize<'de> for SlmpLabelArrayReadPoint
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 SlmpLabelArrayReadPoint
impl PartialEq for SlmpLabelArrayReadPoint
Source§fn eq(&self, other: &SlmpLabelArrayReadPoint) -> bool
fn eq(&self, other: &SlmpLabelArrayReadPoint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SlmpLabelArrayReadPoint
impl Serialize for SlmpLabelArrayReadPoint
impl Eq for SlmpLabelArrayReadPoint
impl StructuralPartialEq for SlmpLabelArrayReadPoint
Auto Trait Implementations§
impl Freeze for SlmpLabelArrayReadPoint
impl RefUnwindSafe for SlmpLabelArrayReadPoint
impl Send for SlmpLabelArrayReadPoint
impl Sync for SlmpLabelArrayReadPoint
impl Unpin for SlmpLabelArrayReadPoint
impl UnsafeUnpin for SlmpLabelArrayReadPoint
impl UnwindSafe for SlmpLabelArrayReadPoint
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