Struct ITimedTextStyle2_Vtbl
#[repr(C)]pub struct ITimedTextStyle2_Vtbl {
pub base__: IInspectable_Vtbl,
pub FontStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextFontStyle) -> HRESULT,
pub SetFontStyle: unsafe extern "system" fn(_: *mut c_void, _: TimedTextFontStyle) -> HRESULT,
pub IsUnderlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsUnderlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsLineThroughEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsLineThroughEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsOverlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsOverlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FontStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextFontStyle) -> HRESULT
§SetFontStyle: unsafe extern "system" fn(_: *mut c_void, _: TimedTextFontStyle) -> HRESULT
§IsUnderlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsUnderlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsLineThroughEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsLineThroughEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsOverlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsOverlineEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITimedTextStyle2_Vtbl
impl RefUnwindSafe for ITimedTextStyle2_Vtbl
impl Send for ITimedTextStyle2_Vtbl
impl Sync for ITimedTextStyle2_Vtbl
impl Unpin for ITimedTextStyle2_Vtbl
impl UnwindSafe for ITimedTextStyle2_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