Struct windows::Win32::Media::MediaFoundation::IMFTimedTextRuby_Vtbl
#[repr(C)]pub struct IMFTimedTextRuby_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetRubyText: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetRubyPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_TIMED_TEXT_RUBY_POSITION) -> HRESULT,
pub GetRubyAlign: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_TIMED_TEXT_RUBY_ALIGN) -> HRESULT,
pub GetRubyReserve: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_TIMED_TEXT_RUBY_RESERVE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetRubyText: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetRubyPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_TIMED_TEXT_RUBY_POSITION) -> HRESULT
§GetRubyAlign: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_TIMED_TEXT_RUBY_ALIGN) -> HRESULT
§GetRubyReserve: unsafe extern "system" fn(_: *mut c_void, _: *mut MF_TIMED_TEXT_RUBY_RESERVE) -> HRESULT
Implementations§
§impl IMFTimedTextRuby_Vtbl
impl IMFTimedTextRuby_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFTimedTextRuby_Vtblwhere
Identity: IMFTimedTextRuby_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFTimedTextRuby_Vtbl
impl RefUnwindSafe for IMFTimedTextRuby_Vtbl
impl Send for IMFTimedTextRuby_Vtbl
impl Sync for IMFTimedTextRuby_Vtbl
impl Unpin for IMFTimedTextRuby_Vtbl
impl UnwindSafe for IMFTimedTextRuby_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