Struct IWMPServices_Vtbl
#[repr(C)]pub struct IWMPServices_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetStreamTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub GetStreamState: unsafe extern "system" fn(_: *mut c_void, _: *mut WMPServices_StreamState) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetStreamTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§GetStreamState: unsafe extern "system" fn(_: *mut c_void, _: *mut WMPServices_StreamState) -> HRESULT
Implementations§
§impl IWMPServices_Vtbl
impl IWMPServices_Vtbl
pub const fn new<Identity: IWMPServices_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPServices_Vtbl
impl RefUnwindSafe for IWMPServices_Vtbl
impl Send for IWMPServices_Vtbl
impl Sync for IWMPServices_Vtbl
impl Unpin for IWMPServices_Vtbl
impl UnwindSafe for IWMPServices_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