Struct ndk_sys::AHeartRateEvent
source · Fields
bpm: f32
status: i8
Trait Implementations
sourceimpl Clone for AHeartRateEvent
impl Clone for AHeartRateEvent
sourcefn clone(&self) -> AHeartRateEvent
fn clone(&self) -> AHeartRateEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AHeartRateEvent
impl Debug for AHeartRateEvent
impl Copy for AHeartRateEvent
Auto Trait Implementations
impl RefUnwindSafe for AHeartRateEvent
impl Send for AHeartRateEvent
impl Sync for AHeartRateEvent
impl Unpin for AHeartRateEvent
impl UnwindSafe for AHeartRateEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more