Struct sunspec::UnknownModel
source · pub struct UnknownModel {
pub id: u16,
pub addr: u16,
pub len: u16,
}Expand description
For every discovered but unknown model to this library this structure is returned.
Fields§
§id: u16ID of the discovered model
addr: u16Address of the discovered model
len: u16Length of the discovered model
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnknownModel
impl Send for UnknownModel
impl Sync for UnknownModel
impl Unpin for UnknownModel
impl UnwindSafe for UnknownModel
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