Struct ITimedTextBouten_Vtbl
#[repr(C)]pub struct ITimedTextBouten_Vtbl {
pub base__: IInspectable_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextBoutenType) -> HRESULT,
pub SetType: unsafe extern "system" fn(_: *mut c_void, _: TimedTextBoutenType) -> HRESULT,
pub Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextBoutenPosition) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimedTextBoutenPosition) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextBoutenType) -> HRESULT§SetType: unsafe extern "system" fn(_: *mut c_void, _: TimedTextBoutenType) -> HRESULT§Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextBoutenPosition) -> HRESULT§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimedTextBoutenPosition) -> HRESULTAuto Trait Implementations§
impl Freeze for ITimedTextBouten_Vtbl
impl RefUnwindSafe for ITimedTextBouten_Vtbl
impl Send for ITimedTextBouten_Vtbl
impl Sync for ITimedTextBouten_Vtbl
impl Unpin for ITimedTextBouten_Vtbl
impl UnwindSafe for ITimedTextBouten_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