Struct windows::Devices::Geolocation::IGeoboundingBox_Vtbl
#[repr(C)]pub struct IGeoboundingBox_Vtbl {
pub base__: IInspectable_Vtbl,
pub NorthwestCorner: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT,
pub SoutheastCorner: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT,
pub Center: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT,
pub MinAltitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub MaxAltitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§NorthwestCorner: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT
§SoutheastCorner: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT
§Center: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT
§MinAltitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§MaxAltitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGeoboundingBox_Vtbl
impl RefUnwindSafe for IGeoboundingBox_Vtbl
impl Send for IGeoboundingBox_Vtbl
impl Sync for IGeoboundingBox_Vtbl
impl Unpin for IGeoboundingBox_Vtbl
impl UnwindSafe for IGeoboundingBox_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