#[repr(C)]pub struct ISecondaryTileVisualElements_Vtbl {Show 21 fields
pub base__: IInspectable_Vtbl,
pub SetSquare30x30Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Square30x30Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSquare70x70Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Square70x70Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSquare150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Square150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetWide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Wide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSquare310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Square310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetForegroundText: unsafe extern "system" fn(_: *mut c_void, _: ForegroundText) -> HRESULT,
pub ForegroundText: unsafe extern "system" fn(_: *mut c_void, _: *mut ForegroundText) -> HRESULT,
pub SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetShowNameOnSquare150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ShowNameOnSquare150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetShowNameOnWide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ShowNameOnWide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetShowNameOnSquare310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ShowNameOnSquare310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetSquare30x30Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Square30x30Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSquare70x70Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Square70x70Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSquare150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Square150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetWide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Wide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSquare310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Square310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetForegroundText: unsafe extern "system" fn(_: *mut c_void, _: ForegroundText) -> HRESULT
§ForegroundText: unsafe extern "system" fn(_: *mut c_void, _: *mut ForegroundText) -> HRESULT
§SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT
§BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT
§SetShowNameOnSquare150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ShowNameOnSquare150x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetShowNameOnWide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ShowNameOnWide310x150Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetShowNameOnSquare310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ShowNameOnSquare310x310Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISecondaryTileVisualElements_Vtbl
impl RefUnwindSafe for ISecondaryTileVisualElements_Vtbl
impl Send for ISecondaryTileVisualElements_Vtbl
impl Sync for ISecondaryTileVisualElements_Vtbl
impl Unpin for ISecondaryTileVisualElements_Vtbl
impl UnwindSafe for ISecondaryTileVisualElements_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