Struct IImageCue_Vtbl
#[repr(C)]pub struct IImageCue_Vtbl {
pub base__: IInspectable_Vtbl,
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 SetSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§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
§SetSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IImageCue_Vtbl
impl RefUnwindSafe for IImageCue_Vtbl
impl Send for IImageCue_Vtbl
impl Sync for IImageCue_Vtbl
impl Unpin for IImageCue_Vtbl
impl UnwindSafe for IImageCue_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