Struct windows::Media::IMediaTimelineController_Vtbl
#[repr(C)]pub struct IMediaTimelineController_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub ClockRate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetClockRate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaTimelineControllerState) -> HRESULT,
pub PositionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemovePositionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub StateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§ClockRate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetClockRate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaTimelineControllerState) -> HRESULT
§PositionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemovePositionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§StateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaTimelineController_Vtbl
impl RefUnwindSafe for IMediaTimelineController_Vtbl
impl Send for IMediaTimelineController_Vtbl
impl Sync for IMediaTimelineController_Vtbl
impl Unpin for IMediaTimelineController_Vtbl
impl UnwindSafe for IMediaTimelineController_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