Struct windows::Devices::Geolocation::IGeoshape_Vtbl
#[repr(C)]pub struct IGeoshape_Vtbl {
pub base__: IInspectable_Vtbl,
pub GeoshapeType: unsafe extern "system" fn(_: *mut c_void, _: *mut GeoshapeType) -> HRESULT,
pub SpatialReferenceId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AltitudeReferenceSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut AltitudeReferenceSystem) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GeoshapeType: unsafe extern "system" fn(_: *mut c_void, _: *mut GeoshapeType) -> HRESULT
§SpatialReferenceId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AltitudeReferenceSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut AltitudeReferenceSystem) -> HRESULT
Implementations§
§impl IGeoshape_Vtbl
impl IGeoshape_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGeoshape_Vtblwhere
Identity: IGeoshape_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGeoshape_Vtbl
impl RefUnwindSafe for IGeoshape_Vtbl
impl Send for IGeoshape_Vtbl
impl Sync for IGeoshape_Vtbl
impl Unpin for IGeoshape_Vtbl
impl UnwindSafe for IGeoshape_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