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