Struct ndk_sys::AHeadTrackerEvent
source · #[repr(C)]pub struct AHeadTrackerEvent {
pub rx: f32,
pub ry: f32,
pub rz: f32,
pub vx: f32,
pub vy: f32,
pub vz: f32,
pub discontinuity_count: i32,
}
Fields§
§rx: f32
§ry: f32
§rz: f32
§vx: f32
§vy: f32
§vz: f32
§discontinuity_count: i32
Trait Implementations§
source§impl Clone for AHeadTrackerEvent
impl Clone for AHeadTrackerEvent
source§fn clone(&self) -> AHeadTrackerEvent
fn clone(&self) -> AHeadTrackerEvent
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 AHeadTrackerEvent
impl Debug for AHeadTrackerEvent
impl Copy for AHeadTrackerEvent
Auto Trait Implementations§
impl Freeze for AHeadTrackerEvent
impl RefUnwindSafe for AHeadTrackerEvent
impl Send for AHeadTrackerEvent
impl Sync for AHeadTrackerEvent
impl Unpin for AHeadTrackerEvent
impl UnwindSafe for AHeadTrackerEvent
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