Struct IConnectionCost_Vtbl
#[repr(C)]pub struct IConnectionCost_Vtbl {
pub base__: IInspectable_Vtbl,
pub NetworkCostType: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkCostType) -> HRESULT,
pub Roaming: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub OverDataLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ApproachingDataLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§NetworkCostType: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkCostType) -> HRESULT
§Roaming: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§OverDataLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ApproachingDataLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IConnectionCost_Vtbl
impl RefUnwindSafe for IConnectionCost_Vtbl
impl Send for IConnectionCost_Vtbl
impl Sync for IConnectionCost_Vtbl
impl Unpin for IConnectionCost_Vtbl
impl UnwindSafe for IConnectionCost_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