pub struct Req03 {
pub unit_id: u8,
pub start_addr: u16,
pub quantity: u16,
}Fields§
§unit_id: u8§start_addr: u16§quantity: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for Req03
impl RefUnwindSafe for Req03
impl Send for Req03
impl Sync for Req03
impl Unpin for Req03
impl UnsafeUnpin for Req03
impl UnwindSafe for Req03
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