Struct windows::Win32::System::TransactionServer::IRoleAssociationUtil_Vtbl
#[repr(C)]pub struct IRoleAssociationUtil_Vtbl {
pub base__: IDispatch_Vtbl,
pub AssociateRole: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub AssociateRoleByName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§AssociateRole: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§AssociateRoleByName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IRoleAssociationUtil_Vtbl
impl IRoleAssociationUtil_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRoleAssociationUtil_Vtblwhere
Identity: IRoleAssociationUtil_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRoleAssociationUtil_Vtbl
impl RefUnwindSafe for IRoleAssociationUtil_Vtbl
impl Send for IRoleAssociationUtil_Vtbl
impl Sync for IRoleAssociationUtil_Vtbl
impl Unpin for IRoleAssociationUtil_Vtbl
impl UnwindSafe for IRoleAssociationUtil_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