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