#[repr(C)]pub struct IBackgroundCopyError_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetError: unsafe extern "system" fn(_: *mut c_void, _: *mut BG_ERROR_CONTEXT, _: *mut HRESULT) -> HRESULT,
pub GetFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT,
pub GetErrorContextDescription: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT,
pub GetProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetError: unsafe extern "system" fn(_: *mut c_void, _: *mut BG_ERROR_CONTEXT, _: *mut HRESULT) -> HRESULT
§GetFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT
§GetErrorContextDescription: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT
§GetProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IBackgroundCopyError_Vtbl
impl IBackgroundCopyError_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundCopyError_Vtblwhere
Identity: IBackgroundCopyError_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundCopyError_Vtbl
impl RefUnwindSafe for IBackgroundCopyError_Vtbl
impl Send for IBackgroundCopyError_Vtbl
impl Sync for IBackgroundCopyError_Vtbl
impl Unpin for IBackgroundCopyError_Vtbl
impl UnwindSafe for IBackgroundCopyError_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