pub enum ASensor {}
Expand description
ASensor is an opaque type that provides information about an hardware sensors.
A ASensor pointer can be obtained using ASensorManager_getDefaultSensor()
, ASensorManager_getDefaultSensorEx()
or from a ASensorList
.
Auto Trait Implementations§
impl Freeze for ASensor
impl RefUnwindSafe for ASensor
impl Send for ASensor
impl Sync for ASensor
impl Unpin for ASensor
impl UnwindSafe for ASensor
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