Struct windows::Win32::Devices::Tapi::ITQOSEvent_Vtbl
#[repr(C)]pub struct ITQOSEvent_Vtbl {
pub base__: IDispatch_Vtbl,
pub Call: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Event: unsafe extern "system" fn(_: *mut c_void, _: *mut QOS_EVENT) -> HRESULT,
pub MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Call: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Event: unsafe extern "system" fn(_: *mut c_void, _: *mut QOS_EVENT) -> HRESULT
§MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl ITQOSEvent_Vtbl
impl ITQOSEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITQOSEvent_Vtblwhere
Identity: ITQOSEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITQOSEvent_Vtbl
impl RefUnwindSafe for ITQOSEvent_Vtbl
impl Send for ITQOSEvent_Vtbl
impl Sync for ITQOSEvent_Vtbl
impl Unpin for ITQOSEvent_Vtbl
impl UnwindSafe for ITQOSEvent_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