Struct IKnownAdaptiveNotificationTextStylesStatics_Vtbl
#[repr(C)]pub struct IKnownAdaptiveNotificationTextStylesStatics_Vtbl {Show 20 fields
pub base__: IInspectable_Vtbl,
pub Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Body: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Base: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Subtitle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Subheader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Header: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TitleNumeral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SubheaderNumeral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HeaderNumeral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CaptionSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BodySubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BaseSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SubtitleSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TitleSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SubheaderSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SubheaderNumeralSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HeaderSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HeaderNumeralSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Body: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Base: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Subtitle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Subheader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Header: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TitleNumeral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SubheaderNumeral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HeaderNumeral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CaptionSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BodySubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BaseSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SubtitleSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TitleSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SubheaderSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SubheaderNumeralSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HeaderSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HeaderNumeralSubtle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKnownAdaptiveNotificationTextStylesStatics_Vtbl
impl RefUnwindSafe for IKnownAdaptiveNotificationTextStylesStatics_Vtbl
impl Send for IKnownAdaptiveNotificationTextStylesStatics_Vtbl
impl Sync for IKnownAdaptiveNotificationTextStylesStatics_Vtbl
impl Unpin for IKnownAdaptiveNotificationTextStylesStatics_Vtbl
impl UnwindSafe for IKnownAdaptiveNotificationTextStylesStatics_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