Struct ITimedTextRuby_Vtbl
#[repr(C)]pub struct ITimedTextRuby_Vtbl {
pub base__: IInspectable_Vtbl,
pub Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextRubyPosition) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimedTextRubyPosition) -> HRESULT,
pub Align: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextRubyAlign) -> HRESULT,
pub SetAlign: unsafe extern "system" fn(_: *mut c_void, _: TimedTextRubyAlign) -> HRESULT,
pub Reserve: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextRubyReserve) -> HRESULT,
pub SetReserve: unsafe extern "system" fn(_: *mut c_void, _: TimedTextRubyReserve) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextRubyPosition) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimedTextRubyPosition) -> HRESULT
§Align: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextRubyAlign) -> HRESULT
§SetAlign: unsafe extern "system" fn(_: *mut c_void, _: TimedTextRubyAlign) -> HRESULT
§Reserve: unsafe extern "system" fn(_: *mut c_void, _: *mut TimedTextRubyReserve) -> HRESULT
§SetReserve: unsafe extern "system" fn(_: *mut c_void, _: TimedTextRubyReserve) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITimedTextRuby_Vtbl
impl RefUnwindSafe for ITimedTextRuby_Vtbl
impl Send for ITimedTextRuby_Vtbl
impl Sync for ITimedTextRuby_Vtbl
impl Unpin for ITimedTextRuby_Vtbl
impl UnwindSafe for ITimedTextRuby_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