Struct ITuneRequest_Vtbl
#[repr(C)]pub struct ITuneRequest_Vtbl {
pub base__: IDispatch_Vtbl,
pub TuningSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Components: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Locator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§TuningSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Components: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Locator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITuneRequest_Vtbl
impl ITuneRequest_Vtbl
pub const fn new<Identity: ITuneRequest_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITuneRequest_Vtbl
impl RefUnwindSafe for ITuneRequest_Vtbl
impl Send for ITuneRequest_Vtbl
impl Sync for ITuneRequest_Vtbl
impl Unpin for ITuneRequest_Vtbl
impl UnwindSafe for ITuneRequest_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