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