pub struct SlmpBlockRead {
pub device: SlmpDeviceAddress,
pub points: u16,
}Fields§
§device: SlmpDeviceAddress§points: u16Trait Implementations§
Source§impl Clone for SlmpBlockRead
impl Clone for SlmpBlockRead
Source§fn clone(&self) -> SlmpBlockRead
fn clone(&self) -> SlmpBlockRead
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 SlmpBlockRead
impl Debug for SlmpBlockRead
Source§impl<'de> Deserialize<'de> for SlmpBlockRead
impl<'de> Deserialize<'de> for SlmpBlockRead
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 SlmpBlockRead
impl PartialEq for SlmpBlockRead
Source§impl Serialize for SlmpBlockRead
impl Serialize for SlmpBlockRead
impl Eq for SlmpBlockRead
impl StructuralPartialEq for SlmpBlockRead
Auto Trait Implementations§
impl Freeze for SlmpBlockRead
impl RefUnwindSafe for SlmpBlockRead
impl Send for SlmpBlockRead
impl Sync for SlmpBlockRead
impl Unpin for SlmpBlockRead
impl UnsafeUnpin for SlmpBlockRead
impl UnwindSafe for SlmpBlockRead
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