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