Struct ndk_sys::AHeadingEvent
source · #[repr(C)]pub struct AHeadingEvent {
pub heading: f32,
pub accuracy: f32,
}
Fields§
§heading: f32
§accuracy: f32
Trait Implementations§
source§impl Clone for AHeadingEvent
impl Clone for AHeadingEvent
source§fn clone(&self) -> AHeadingEvent
fn clone(&self) -> AHeadingEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AHeadingEvent
impl Debug for AHeadingEvent
impl Copy for AHeadingEvent
Auto Trait Implementations§
impl Freeze for AHeadingEvent
impl RefUnwindSafe for AHeadingEvent
impl Send for AHeadingEvent
impl Sync for AHeadingEvent
impl Unpin for AHeadingEvent
impl UnwindSafe for AHeadingEvent
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