#[repr(C, packed(4))]pub struct PBHF64 {
pub pitch: ANGLF64,
pub bank: ANGLF64,
pub heading: ANGLF64,
}
Fields§
§pitch: ANGLF64
§bank: ANGLF64
§heading: ANGLF64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PBHF64
impl RefUnwindSafe for PBHF64
impl Send for PBHF64
impl Sync for PBHF64
impl Unpin for PBHF64
impl UnwindSafe for PBHF64
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