Struct windows::Win32::Media::DirectShow::IMediaPosition_Vtbl
#[repr(C)]pub struct IMediaPosition_Vtbl {
pub base__: IDispatch_Vtbl,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetCurrentPosition: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub CurrentPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub StopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetStopTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub PrerollTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetPrerollTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub SetRate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub Rate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CanSeekForward: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CanSeekBackward: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetCurrentPosition: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§CurrentPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§StopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetStopTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§PrerollTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetPrerollTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§SetRate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§Rate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§CanSeekForward: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CanSeekBackward: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IMediaPosition_Vtbl
impl IMediaPosition_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMediaPosition_Vtblwhere
Identity: IMediaPosition_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMediaPosition_Vtbl
impl RefUnwindSafe for IMediaPosition_Vtbl
impl Send for IMediaPosition_Vtbl
impl Sync for IMediaPosition_Vtbl
impl Unpin for IMediaPosition_Vtbl
impl UnwindSafe for IMediaPosition_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