Struct IGyrometerReading_Vtbl
#[repr(C)]pub struct IGyrometerReading_Vtbl {
pub base__: IInspectable_Vtbl,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub AngularVelocityX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub AngularVelocityY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub AngularVelocityZ: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT§AngularVelocityX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§AngularVelocityY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§AngularVelocityZ: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULTAuto Trait Implementations§
impl Freeze for IGyrometerReading_Vtbl
impl RefUnwindSafe for IGyrometerReading_Vtbl
impl Send for IGyrometerReading_Vtbl
impl Sync for IGyrometerReading_Vtbl
impl Unpin for IGyrometerReading_Vtbl
impl UnwindSafe for IGyrometerReading_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