#[repr(C, packed(1))]pub struct __mavlink_servo_output_raw_t {Show 18 fields
pub time_usec: u32,
pub servo1_raw: u16,
pub servo2_raw: u16,
pub servo3_raw: u16,
pub servo4_raw: u16,
pub servo5_raw: u16,
pub servo6_raw: u16,
pub servo7_raw: u16,
pub servo8_raw: u16,
pub port: u8,
pub servo9_raw: u16,
pub servo10_raw: u16,
pub servo11_raw: u16,
pub servo12_raw: u16,
pub servo13_raw: u16,
pub servo14_raw: u16,
pub servo15_raw: u16,
pub servo16_raw: u16,
}Fields§
§time_usec: u32§servo1_raw: u16§servo2_raw: u16§servo3_raw: u16§servo4_raw: u16§servo5_raw: u16§servo6_raw: u16§servo7_raw: u16§servo8_raw: u16§port: u8§servo9_raw: u16§servo10_raw: u16§servo11_raw: u16§servo12_raw: u16§servo13_raw: u16§servo14_raw: u16§servo15_raw: u16§servo16_raw: u16Trait Implementations§
Source§impl Clone for __mavlink_servo_output_raw_t
impl Clone for __mavlink_servo_output_raw_t
Source§fn clone(&self) -> __mavlink_servo_output_raw_t
fn clone(&self) -> __mavlink_servo_output_raw_t
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 __mavlink_servo_output_raw_t
impl Debug for __mavlink_servo_output_raw_t
Source§impl Default for __mavlink_servo_output_raw_t
impl Default for __mavlink_servo_output_raw_t
Source§fn default() -> __mavlink_servo_output_raw_t
fn default() -> __mavlink_servo_output_raw_t
Returns the “default value” for a type. Read more
impl Copy for __mavlink_servo_output_raw_t
Auto Trait Implementations§
impl Freeze for __mavlink_servo_output_raw_t
impl RefUnwindSafe for __mavlink_servo_output_raw_t
impl Send for __mavlink_servo_output_raw_t
impl Sync for __mavlink_servo_output_raw_t
impl Unpin for __mavlink_servo_output_raw_t
impl UnwindSafe for __mavlink_servo_output_raw_t
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