Struct windows::Win32::System::ComponentServices::IObjPool_Vtbl
#[repr(C)]pub struct IObjPool_Vtbl {
pub base__: IUnknown_Vtbl,
pub Reserved1: unsafe extern "system" fn(_: *mut c_void),
pub Reserved2: unsafe extern "system" fn(_: *mut c_void),
pub Reserved3: unsafe extern "system" fn(_: *mut c_void),
pub Reserved4: unsafe extern "system" fn(_: *mut c_void),
pub PutEndTx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
pub Reserved5: unsafe extern "system" fn(_: *mut c_void),
pub Reserved6: unsafe extern "system" fn(_: *mut c_void),
}
Fields§
§base__: IUnknown_Vtbl
§Reserved1: unsafe extern "system" fn(_: *mut c_void)
§Reserved2: unsafe extern "system" fn(_: *mut c_void)
§Reserved3: unsafe extern "system" fn(_: *mut c_void)
§Reserved4: unsafe extern "system" fn(_: *mut c_void)
§PutEndTx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
§Reserved5: unsafe extern "system" fn(_: *mut c_void)
§Reserved6: unsafe extern "system" fn(_: *mut c_void)
Implementations§
§impl IObjPool_Vtbl
impl IObjPool_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IObjPool_Vtblwhere
Identity: IObjPool_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IObjPool_Vtbl
impl RefUnwindSafe for IObjPool_Vtbl
impl Send for IObjPool_Vtbl
impl Sync for IObjPool_Vtbl
impl Unpin for IObjPool_Vtbl
impl UnwindSafe for IObjPool_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