pub struct FwVersion {
pub prot: (u8, u8),
pub fw: (u8, u8),
}Expand description
Version information from the NXT brick
Fields§
§prot: (u8, u8)Protocol version?
fw: (u8, u8)Firmware version
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FwVersion
impl RefUnwindSafe for FwVersion
impl Send for FwVersion
impl Sync for FwVersion
impl Unpin for FwVersion
impl UnwindSafe for FwVersion
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