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