Struct windows::Win32::Storage::Vss::IVssComponentEx2_Vtbl
#[repr(C)]pub struct IVssComponentEx2_Vtbl {
pub base__: IVssComponentEx_Vtbl,
pub SetFailure: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: HRESULT, _: PCWSTR, _: u32) -> HRESULT,
pub GetFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut HRESULT, _: *mut MaybeUninit<BSTR>, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IVssComponentEx_Vtbl
§SetFailure: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: HRESULT, _: PCWSTR, _: u32) -> HRESULT
§GetFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut HRESULT, _: *mut MaybeUninit<BSTR>, _: *mut u32) -> HRESULT
Implementations§
§impl IVssComponentEx2_Vtbl
impl IVssComponentEx2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssComponentEx2_Vtblwhere
Identity: IVssComponentEx2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssComponentEx2_Vtbl
impl RefUnwindSafe for IVssComponentEx2_Vtbl
impl Send for IVssComponentEx2_Vtbl
impl Sync for IVssComponentEx2_Vtbl
impl Unpin for IVssComponentEx2_Vtbl
impl UnwindSafe for IVssComponentEx2_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