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