#[repr(C)]
pub struct ITimedTextRegion_Vtbl {
Show 25 fields pub base__: IInspectable_Vtbl, pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT, pub SetName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT, pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextPoint) -> HRESULT, pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimedTextPoint) -> HRESULT, pub Extent: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextSize) -> HRESULT, pub SetExtent: unsafe extern "system" fn(_: *mut c_void, _: TimedTextSize) -> HRESULT, pub Background: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT, pub SetBackground: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT, pub WritingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextWritingMode) -> HRESULT, pub SetWritingMode: unsafe extern "system" fn(_: *mut c_void, _: TimedTextWritingMode) -> HRESULT, pub DisplayAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextDisplayAlignment) -> HRESULT, pub SetDisplayAlignment: unsafe extern "system" fn(_: *mut c_void, _: TimedTextDisplayAlignment) -> HRESULT, pub LineHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextDouble) -> HRESULT, pub SetLineHeight: unsafe extern "system" fn(_: *mut c_void, _: TimedTextDouble) -> HRESULT, pub IsOverflowClipped: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsOverflowClipped: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub Padding: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextPadding) -> HRESULT, pub SetPadding: unsafe extern "system" fn(_: *mut c_void, _: TimedTextPadding) -> HRESULT, pub TextWrapping: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextWrapping) -> HRESULT, pub SetTextWrapping: unsafe extern "system" fn(_: *mut c_void, _: TimedTextWrapping) -> HRESULT, pub ZIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetZIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub ScrollMode: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextScrollMode) -> HRESULT, pub SetScrollMode: unsafe extern "system" fn(_: *mut c_void, _: TimedTextScrollMode) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT§SetName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextPoint) -> HRESULT§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimedTextPoint) -> HRESULT§Extent: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextSize) -> HRESULT§SetExtent: unsafe extern "system" fn(_: *mut c_void, _: TimedTextSize) -> HRESULT§Background: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetBackground: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§WritingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextWritingMode) -> HRESULT§SetWritingMode: unsafe extern "system" fn(_: *mut c_void, _: TimedTextWritingMode) -> HRESULT§DisplayAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextDisplayAlignment) -> HRESULT§SetDisplayAlignment: unsafe extern "system" fn(_: *mut c_void, _: TimedTextDisplayAlignment) -> HRESULT§LineHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextDouble) -> HRESULT§SetLineHeight: unsafe extern "system" fn(_: *mut c_void, _: TimedTextDouble) -> HRESULT§IsOverflowClipped: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsOverflowClipped: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§Padding: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextPadding) -> HRESULT§SetPadding: unsafe extern "system" fn(_: *mut c_void, _: TimedTextPadding) -> HRESULT§TextWrapping: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextWrapping) -> HRESULT§SetTextWrapping: unsafe extern "system" fn(_: *mut c_void, _: TimedTextWrapping) -> HRESULT§ZIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetZIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§ScrollMode: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextScrollMode) -> HRESULT§SetScrollMode: unsafe extern "system" fn(_: *mut c_void, _: TimedTextScrollMode) -> HRESULT

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.