Struct windows::Win32::Devices::Tapi::ITQueue_Vtbl
#[repr(C)]pub struct ITQueue_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub SetMeasurementPeriod: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub MeasurementPeriod: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub TotalCallsQueued: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CurrentCallsQueued: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub TotalCallsAbandoned: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub TotalCallsFlowedIn: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub TotalCallsFlowedOut: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub LongestEverWaitTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CurrentLongestWaitTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub AverageWaitTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub FinalDisposition: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§SetMeasurementPeriod: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§MeasurementPeriod: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§TotalCallsQueued: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CurrentCallsQueued: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§TotalCallsAbandoned: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§TotalCallsFlowedIn: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§TotalCallsFlowedOut: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§LongestEverWaitTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CurrentLongestWaitTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§AverageWaitTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§FinalDisposition: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl ITQueue_Vtbl
impl ITQueue_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITQueue_Vtblwhere
Identity: ITQueue_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITQueue_Vtbl
impl RefUnwindSafe for ITQueue_Vtbl
impl Send for ITQueue_Vtbl
impl Sync for ITQueue_Vtbl
impl Unpin for ITQueue_Vtbl
impl UnwindSafe for ITQueue_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