pub enum ASensorEventQueue {}Expand description
ASensorEventQueue is an opaque type that provides access to ASensorEvent from hardware sensors.
A new ASensorEventQueue can be obtained using ASensorManager_createEventQueue().
Auto Trait Implementations§
impl Freeze for ASensorEventQueue
impl RefUnwindSafe for ASensorEventQueue
impl Send for ASensorEventQueue
impl Sync for ASensorEventQueue
impl Unpin for ASensorEventQueue
impl UnsafeUnpin for ASensorEventQueue
impl UnwindSafe for ASensorEventQueue
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