#[repr(C)]
pub struct ITuningSpace_Vtbl {
Show 20 fields pub base__: IDispatch_Vtbl, pub UniqueName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetUniqueName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub CLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetNetworkType: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> 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 MaybeUninit<BSTR>) -> HRESULT, pub SetFrequencyMapping: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> 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 MaybeUninit<BSTR>) -> HRESULT§SetUniqueName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§CLSID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§NetworkType: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetNetworkType: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> 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 MaybeUninit<BSTR>) -> HRESULT§SetFrequencyMapping: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> 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) -> HRESULT

Implementations§

§

impl ITuningSpace_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: ITuningSpace_Impl, const OFFSET: isize>( ) -> ITuningSpace_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.