pub struct Idn {
pub manufacturer: String,
pub model: String,
pub serial_number: String,
pub software_version: String,
}Expand description
Identify result data
Fields§
§manufacturer: String§model: String§serial_number: String§software_version: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Idn
impl Send for Idn
impl Sync for Idn
impl Unpin for Idn
impl UnwindSafe for Idn
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