#[repr(C)]pub struct ISystemMediaTransportControlsTimelineProperties_Vtbl {
pub base__: IInspectable_Vtbl,
pub StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub EndTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetEndTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub MinSeekTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetMinSeekTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub MaxSeekTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetMaxSeekTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§EndTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetEndTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§MinSeekTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetMinSeekTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§MaxSeekTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetMaxSeekTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISystemMediaTransportControlsTimelineProperties_Vtbl
impl RefUnwindSafe for ISystemMediaTransportControlsTimelineProperties_Vtbl
impl Send for ISystemMediaTransportControlsTimelineProperties_Vtbl
impl Sync for ISystemMediaTransportControlsTimelineProperties_Vtbl
impl Unpin for ISystemMediaTransportControlsTimelineProperties_Vtbl
impl UnwindSafe for ISystemMediaTransportControlsTimelineProperties_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