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