Struct windows::Win32::Devices::Tapi::ITDetectTone_Vtbl
#[repr(C)]pub struct ITDetectTone_Vtbl {
pub base__: IDispatch_Vtbl,
pub AppSpecific: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAppSpecific: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetDuration: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub get_Frequency: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub put_Frequency: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§AppSpecific: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetAppSpecific: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetDuration: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§get_Frequency: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
§put_Frequency: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
Implementations§
§impl ITDetectTone_Vtbl
impl ITDetectTone_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITDetectTone_Vtblwhere
Identity: ITDetectTone_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITDetectTone_Vtbl
impl RefUnwindSafe for ITDetectTone_Vtbl
impl Send for ITDetectTone_Vtbl
impl Sync for ITDetectTone_Vtbl
impl Unpin for ITDetectTone_Vtbl
impl UnwindSafe for ITDetectTone_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