Struct windows::Win32::Media::MediaPlayer::IWMPSyncDevice3_Vtbl
#[repr(C)]pub struct IWMPSyncDevice3_Vtbl {
pub base__: IWMPSyncDevice2_Vtbl,
pub estimateSyncSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub cancelEstimation: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IWMPSyncDevice2_Vtbl
§estimateSyncSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§cancelEstimation: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWMPSyncDevice3_Vtbl
impl IWMPSyncDevice3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPSyncDevice3_Vtblwhere
Identity: IWMPSyncDevice3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPSyncDevice3_Vtbl
impl RefUnwindSafe for IWMPSyncDevice3_Vtbl
impl Send for IWMPSyncDevice3_Vtbl
impl Sync for IWMPSyncDevice3_Vtbl
impl Unpin for IWMPSyncDevice3_Vtbl
impl UnwindSafe for IWMPSyncDevice3_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