pub struct MotorSingleV {
pub target: u8,
pub value: i16,
}Fields§
§target: u8§value: i16Implementations§
Source§impl MotorSingleV
impl MotorSingleV
Trait Implementations§
Source§impl Clone for MotorSingleV
impl Clone for MotorSingleV
Source§fn clone(&self) -> MotorSingleV
fn clone(&self) -> MotorSingleV
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 MotorSingleV
impl Debug for MotorSingleV
Source§impl Serializable for MotorSingleV
impl Serializable for MotorSingleV
impl Copy for MotorSingleV
Auto Trait Implementations§
impl Freeze for MotorSingleV
impl RefUnwindSafe for MotorSingleV
impl Send for MotorSingleV
impl Sync for MotorSingleV
impl Unpin for MotorSingleV
impl UnwindSafe for MotorSingleV
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