Struct windows::Devices::Sensors::IPedometerReading_Vtbl
#[repr(C)]pub struct IPedometerReading_Vtbl {
pub base__: IInspectable_Vtbl,
pub StepKind: unsafe extern "system" fn(_: *mut c_void, _: *mut PedometerStepKind) -> HRESULT,
pub CumulativeSteps: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub CumulativeStepsDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StepKind: unsafe extern "system" fn(_: *mut c_void, _: *mut PedometerStepKind) -> HRESULT
§CumulativeSteps: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§CumulativeStepsDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPedometerReading_Vtbl
impl RefUnwindSafe for IPedometerReading_Vtbl
impl Send for IPedometerReading_Vtbl
impl Sync for IPedometerReading_Vtbl
impl Unpin for IPedometerReading_Vtbl
impl UnwindSafe for IPedometerReading_Vtbl
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