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