Struct IUserActivityVisualElements_Vtbl
#[repr(C)]pub struct IUserActivityVisualElements_Vtbl {
pub base__: IInspectable_Vtbl,
pub DisplayText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub Attribution: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAttribution: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Content: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§DisplayText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDisplayText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§Attribution: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAttribution: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Content: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IUserActivityVisualElements_Vtbl
impl RefUnwindSafe for IUserActivityVisualElements_Vtbl
impl Send for IUserActivityVisualElements_Vtbl
impl Sync for IUserActivityVisualElements_Vtbl
impl Unpin for IUserActivityVisualElements_Vtbl
impl UnwindSafe for IUserActivityVisualElements_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