Struct windows::Win32::NetworkManagement::MobileBroadband::IMbnRadio_Vtbl
#[repr(C)]pub struct IMbnRadio_Vtbl {
pub base__: IUnknown_Vtbl,
pub SoftwareRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_RADIO) -> HRESULT,
pub HardwareRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_RADIO) -> HRESULT,
pub SetSoftwareRadioState: unsafe extern "system" fn(_: *mut c_void, _: MBN_RADIO, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SoftwareRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_RADIO) -> HRESULT
§HardwareRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_RADIO) -> HRESULT
§SetSoftwareRadioState: unsafe extern "system" fn(_: *mut c_void, _: MBN_RADIO, _: *mut u32) -> HRESULT
Implementations§
§impl IMbnRadio_Vtbl
impl IMbnRadio_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMbnRadio_Vtblwhere
Identity: IMbnRadio_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMbnRadio_Vtbl
impl RefUnwindSafe for IMbnRadio_Vtbl
impl Send for IMbnRadio_Vtbl
impl Sync for IMbnRadio_Vtbl
impl Unpin for IMbnRadio_Vtbl
impl UnwindSafe for IMbnRadio_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