Struct IMediaRadioManagerNotifySink_Vtbl
#[repr(C)]pub struct IMediaRadioManagerNotifySink_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnInstanceAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnInstanceRemove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnInstanceRadioChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DEVICE_RADIO_STATE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnInstanceAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnInstanceRemove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnInstanceRadioChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DEVICE_RADIO_STATE) -> HRESULT
Implementations§
§impl IMediaRadioManagerNotifySink_Vtbl
impl IMediaRadioManagerNotifySink_Vtbl
pub const fn new<Identity: IMediaRadioManagerNotifySink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMediaRadioManagerNotifySink_Vtbl
impl RefUnwindSafe for IMediaRadioManagerNotifySink_Vtbl
impl Send for IMediaRadioManagerNotifySink_Vtbl
impl Sync for IMediaRadioManagerNotifySink_Vtbl
impl Unpin for IMediaRadioManagerNotifySink_Vtbl
impl UnwindSafe for IMediaRadioManagerNotifySink_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