#[repr(C)]
pub struct IPMTileInfo_Vtbl {
Show 25 fields pub base__: IUnknown_Vtbl, pub ProductID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT, pub TileID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub TemplateType: unsafe extern "system" fn(_: *mut c_void, _: *mut TILE_TEMPLATE_TYPE) -> HRESULT, pub get_HubPinnedState: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: *mut BOOL) -> HRESULT, pub get_HubPosition: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: *mut u32) -> HRESULT, pub IsNotified: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub TaskID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub TileType: unsafe extern "system" fn(_: *mut c_void, _: *mut PM_STARTTILE_TYPE) -> HRESULT, pub IsThemable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub get_PropertyById: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT, pub get_InvocationInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub PropertyEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub get_HubTileSize: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: *mut PM_TILE_SIZE) -> HRESULT, pub set_HubPosition: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: u32) -> HRESULT, pub set_NotifiedState: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub set_HubPinnedState: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: BOOL) -> HRESULT, pub set_HubTileSize: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: PM_TILE_SIZE) -> HRESULT, pub set_InvocationInfo: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT, pub StartTileBlob: unsafe extern "system" fn(_: *mut c_void, _: *mut PM_STARTTILEBLOB) -> HRESULT, pub IsRestoring: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub IsAutoRestoreDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub set_IsRestoring: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub set_IsAutoRestoreDisabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§ProductID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§TileID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§TemplateType: unsafe extern "system" fn(_: *mut c_void, _: *mut TILE_TEMPLATE_TYPE) -> HRESULT§get_HubPinnedState: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: *mut BOOL) -> HRESULT§get_HubPosition: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: *mut u32) -> HRESULT§IsNotified: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§TaskID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§TileType: unsafe extern "system" fn(_: *mut c_void, _: *mut PM_STARTTILE_TYPE) -> HRESULT§IsThemable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§get_PropertyById: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§get_InvocationInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<BSTR>) -> HRESULT§PropertyEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§get_HubTileSize: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: *mut PM_TILE_SIZE) -> HRESULT§set_HubPosition: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: u32) -> HRESULT§set_NotifiedState: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§set_HubPinnedState: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: BOOL) -> HRESULT§set_HubTileSize: unsafe extern "system" fn(_: *mut c_void, _: PM_TILE_HUBTYPE, _: PM_TILE_SIZE) -> HRESULT§set_InvocationInfo: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT§StartTileBlob: unsafe extern "system" fn(_: *mut c_void, _: *mut PM_STARTTILEBLOB) -> HRESULT§IsRestoring: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§IsAutoRestoreDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§set_IsRestoring: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§set_IsAutoRestoreDisabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT

Implementations§

§

impl IPMTileInfo_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IPMTileInfo_Impl, const OFFSET: isize>( ) -> IPMTileInfo_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.