Struct windows_sys::Devices::Sensors::PedometerStepKind
[−]#[repr(transparent)]pub struct PedometerStepKind(pub i32);
Expand description
Required features: "Devices_Sensors"
Tuple Fields
0: i32
Implementations
impl PedometerStepKind
impl PedometerStepKind
Trait Implementations
impl Clone for PedometerStepKind
impl Clone for PedometerStepKind
impl Copy for PedometerStepKind
Auto Trait Implementations
impl RefUnwindSafe for PedometerStepKind
impl Send for PedometerStepKind
impl Sync for PedometerStepKind
impl Unpin for PedometerStepKind
impl UnwindSafe for PedometerStepKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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