#[repr(C)]pub struct RollPitchYaw { /* private fields */ }
Implementations§
Source§impl RollPitchYaw
impl RollPitchYaw
pub fn roll_angle(&self) -> f64
Source§impl RollPitchYaw
impl RollPitchYaw
pub fn pitch_angle(&self) -> f64
Trait Implementations§
Source§impl ExternType for RollPitchYaw
impl ExternType for RollPitchYaw
impl UniquePtrTarget for RollPitchYaw
Auto Trait Implementations§
impl Freeze for RollPitchYaw
impl RefUnwindSafe for RollPitchYaw
impl !Send for RollPitchYaw
impl !Sync for RollPitchYaw
impl !Unpin for RollPitchYaw
impl UnwindSafe for RollPitchYaw
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