Struct open_protocol::types::GimbalData
[−]
[src]
pub struct GimbalData { pub roll: f32, pub pitch: f32, pub yaw: f32, pub extra: u8, }
Fields
roll: f32
pitch: f32
yaw: f32
extra: u8
Trait Implementations
impl Debug for GimbalData
[src]
impl Copy for GimbalData
[src]
impl Clone for GimbalData
[src]
fn clone(&self) -> GimbalData
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for GimbalData
[src]
fn eq(&self, __arg_0: &GimbalData) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GimbalData) -> bool
This method tests for !=
.
impl Default for GimbalData
[src]
fn default() -> GimbalData
Returns the "default value" for a type. Read more