Struct IMbnConnectionEvents_Vtbl
#[repr(C)]pub struct IMbnConnectionEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnConnectComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT,
pub OnDisconnectComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT,
pub OnConnectStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnVoiceCallStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnConnectComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT
§OnDisconnectComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT
§OnConnectStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnVoiceCallStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IMbnConnectionEvents_Vtbl
impl IMbnConnectionEvents_Vtbl
pub const fn new<Identity: IMbnConnectionEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMbnConnectionEvents_Vtbl
impl RefUnwindSafe for IMbnConnectionEvents_Vtbl
impl Send for IMbnConnectionEvents_Vtbl
impl Sync for IMbnConnectionEvents_Vtbl
impl Unpin for IMbnConnectionEvents_Vtbl
impl UnwindSafe for IMbnConnectionEvents_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