Struct ndk_sys::AHeartRateEvent
source · #[repr(C)]pub struct AHeartRateEvent {
pub bpm: f32,
pub status: i8,
}
Fields§
§bpm: f32
§status: i8
Trait Implementations§
source§impl Clone for AHeartRateEvent
impl Clone for AHeartRateEvent
source§fn clone(&self) -> AHeartRateEvent
fn clone(&self) -> AHeartRateEvent
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 AHeartRateEvent
impl Debug for AHeartRateEvent
impl Copy for AHeartRateEvent
Auto Trait Implementations§
impl Freeze for AHeartRateEvent
impl RefUnwindSafe for AHeartRateEvent
impl Send for AHeartRateEvent
impl Sync for AHeartRateEvent
impl Unpin for AHeartRateEvent
impl UnwindSafe for AHeartRateEvent
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