Struct windows::Media::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 EventRegistrationToken) -> HRESULT,
pub RemoveFailed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Ended: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveEnded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 EventRegistrationToken) -> HRESULT
§RemoveFailed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Ended: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveEnded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto 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