Struct windows::Win32::System::Ole::IVBFormat_Vtbl
#[repr(C)]pub struct IVBFormat_Vtbl {
pub base__: IUnknown_Vtbl,
pub Format: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>, _: MaybeUninit<BSTR>, _: *mut c_void, _: u16, _: i32, _: i16, _: u16, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Format: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>, _: MaybeUninit<BSTR>, _: *mut c_void, _: u16, _: i32, _: i16, _: u16, _: *mut u16) -> HRESULT
Implementations§
§impl IVBFormat_Vtbl
impl IVBFormat_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVBFormat_Vtblwhere
Identity: IVBFormat_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVBFormat_Vtbl
impl RefUnwindSafe for IVBFormat_Vtbl
impl Send for IVBFormat_Vtbl
impl Sync for IVBFormat_Vtbl
impl Unpin for IVBFormat_Vtbl
impl UnwindSafe for IVBFormat_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