Struct windows::Devices::Sensors::IMagnetometerDataThreshold_Vtbl
#[repr(C)]pub struct IMagnetometerDataThreshold_Vtbl {
pub base__: IInspectable_Vtbl,
pub XAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetXAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub YAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetYAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub ZAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetZAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§XAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetXAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§YAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetYAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§ZAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetZAxisMicroteslas: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMagnetometerDataThreshold_Vtbl
impl RefUnwindSafe for IMagnetometerDataThreshold_Vtbl
impl Send for IMagnetometerDataThreshold_Vtbl
impl Sync for IMagnetometerDataThreshold_Vtbl
impl Unpin for IMagnetometerDataThreshold_Vtbl
impl UnwindSafe for IMagnetometerDataThreshold_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