Struct ITCustomTone_Vtbl
#[repr(C)]pub struct ITCustomTone_Vtbl {
pub base__: IDispatch_Vtbl,
pub Frequency: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetFrequency: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub CadenceOn: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCadenceOn: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub CadenceOff: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCadenceOff: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Volume: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetVolume: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Frequency: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetFrequency: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§CadenceOn: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCadenceOn: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§CadenceOff: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCadenceOff: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Volume: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetVolume: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl ITCustomTone_Vtbl
impl ITCustomTone_Vtbl
pub const fn new<Identity: ITCustomTone_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITCustomTone_Vtbl
impl RefUnwindSafe for ITCustomTone_Vtbl
impl Send for ITCustomTone_Vtbl
impl Sync for ITCustomTone_Vtbl
impl Unpin for ITCustomTone_Vtbl
impl UnwindSafe for ITCustomTone_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