Struct IMediaTimelineController2_Vtbl
#[repr(C)]pub struct IMediaTimelineController2_Vtbl {
pub base__: IInspectable_Vtbl,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsLoopingEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsLoopingEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Failed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveFailed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Ended: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveEnded: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§IsLoopingEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsLoopingEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§Failed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveFailed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§Ended: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveEnded: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IMediaTimelineController2_Vtbl
impl RefUnwindSafe for IMediaTimelineController2_Vtbl
impl Send for IMediaTimelineController2_Vtbl
impl Sync for IMediaTimelineController2_Vtbl
impl Unpin for IMediaTimelineController2_Vtbl
impl UnwindSafe for IMediaTimelineController2_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