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