Struct IRadioInstance_Vtbl
#[repr(C)]pub struct IRadioInstance_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetRadioManagerSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetInstanceSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut DEVICE_RADIO_STATE) -> HRESULT,
pub SetRadioState: unsafe extern "system" fn(_: *mut c_void, _: DEVICE_RADIO_STATE, _: u32) -> HRESULT,
pub IsMultiComm: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub IsAssociatingDevice: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
}
Fields§
§base__: IUnknown_Vtbl
§GetRadioManagerSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetInstanceSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut DEVICE_RADIO_STATE) -> HRESULT
§SetRadioState: unsafe extern "system" fn(_: *mut c_void, _: DEVICE_RADIO_STATE, _: u32) -> HRESULT
§IsMultiComm: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§IsAssociatingDevice: unsafe extern "system" fn(_: *mut c_void) -> BOOL
Implementations§
§impl IRadioInstance_Vtbl
impl IRadioInstance_Vtbl
pub const fn new<Identity: IRadioInstance_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRadioInstance_Vtbl
impl RefUnwindSafe for IRadioInstance_Vtbl
impl Send for IRadioInstance_Vtbl
impl Sync for IRadioInstance_Vtbl
impl Unpin for IRadioInstance_Vtbl
impl UnwindSafe for IRadioInstance_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