#[repr(C)]pub struct cwiid_motionplus_mesg {
pub type_: cwiid_mesg_type,
pub angle_rate: [u16; 3],
pub low_speed: [u8; 3],
}Fields§
§type_: cwiid_mesg_type§angle_rate: [u16; 3]§low_speed: [u8; 3]Trait Implementations§
Source§impl Clone for cwiid_motionplus_mesg
impl Clone for cwiid_motionplus_mesg
Source§fn clone(&self) -> cwiid_motionplus_mesg
fn clone(&self) -> cwiid_motionplus_mesg
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 cwiid_motionplus_mesg
impl Debug for cwiid_motionplus_mesg
impl Copy for cwiid_motionplus_mesg
Auto Trait Implementations§
impl Freeze for cwiid_motionplus_mesg
impl RefUnwindSafe for cwiid_motionplus_mesg
impl Send for cwiid_motionplus_mesg
impl Sync for cwiid_motionplus_mesg
impl Unpin for cwiid_motionplus_mesg
impl UnwindSafe for cwiid_motionplus_mesg
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