Struct ITuningSpace_Vtbl
#[repr(C)]pub struct ITuningSpace_Vtbl {Show 20 fields
pub base__: IDispatch_Vtbl,
pub UniqueName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUniqueName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetNetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub _NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Set_NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub CreateTuneRequest: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnumCategoryGUIDs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnumDeviceMonikers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DefaultPreferredComponentTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDefaultPreferredComponentTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FrequencyMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFrequencyMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DefaultLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDefaultLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§UniqueName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetUniqueName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetNetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§_NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§Set_NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT§CreateTuneRequest: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§EnumCategoryGUIDs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§EnumDeviceMonikers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DefaultPreferredComponentTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDefaultPreferredComponentTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§FrequencyMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFrequencyMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DefaultLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDefaultLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl ITuningSpace_Vtbl
impl ITuningSpace_Vtbl
pub const fn new<Identity: ITuningSpace_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITuningSpace_Vtbl
impl RefUnwindSafe for ITuningSpace_Vtbl
impl Send for ITuningSpace_Vtbl
impl Sync for ITuningSpace_Vtbl
impl Unpin for ITuningSpace_Vtbl
impl UnwindSafe for ITuningSpace_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