#[repr(C, packed(1))]pub struct __mavlink_attitude_t {
pub time_boot_ms: u32,
pub roll: f32,
pub pitch: f32,
pub yaw: f32,
pub rollspeed: f32,
pub pitchspeed: f32,
pub yawspeed: f32,
}
Fields§
§time_boot_ms: u32
§roll: f32
§pitch: f32
§yaw: f32
§rollspeed: f32
§pitchspeed: f32
§yawspeed: f32
Trait Implementations§
Source§impl Clone for __mavlink_attitude_t
impl Clone for __mavlink_attitude_t
Source§fn clone(&self) -> __mavlink_attitude_t
fn clone(&self) -> __mavlink_attitude_t
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __mavlink_attitude_t
impl Debug for __mavlink_attitude_t
Source§impl Default for __mavlink_attitude_t
impl Default for __mavlink_attitude_t
Source§fn default() -> __mavlink_attitude_t
fn default() -> __mavlink_attitude_t
Returns the “default value” for a type. Read more
impl Copy for __mavlink_attitude_t
Auto Trait Implementations§
impl Freeze for __mavlink_attitude_t
impl RefUnwindSafe for __mavlink_attitude_t
impl Send for __mavlink_attitude_t
impl Sync for __mavlink_attitude_t
impl Unpin for __mavlink_attitude_t
impl UnwindSafe for __mavlink_attitude_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