Struct windows::Services::Maps::IManeuverWarning_Vtbl
#[repr(C)]pub struct IManeuverWarning_Vtbl {
pub base__: IInspectable_Vtbl,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut ManeuverWarningKind) -> HRESULT,
pub Severity: unsafe extern "system" fn(_: *mut c_void, _: *mut ManeuverWarningSeverity) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut ManeuverWarningKind) -> HRESULT
§Severity: unsafe extern "system" fn(_: *mut c_void, _: *mut ManeuverWarningSeverity) -> HRESULT
Auto Trait Implementations§
impl Freeze for IManeuverWarning_Vtbl
impl RefUnwindSafe for IManeuverWarning_Vtbl
impl Send for IManeuverWarning_Vtbl
impl Sync for IManeuverWarning_Vtbl
impl Unpin for IManeuverWarning_Vtbl
impl UnwindSafe for IManeuverWarning_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