#[repr(C)]pub struct IResourceManagerRejoinable_Vtbl {
pub base__: IResourceManager2_Vtbl,
pub Rejoin: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: u32, _: *mut XACTSTAT) -> HRESULT,
}
Fields§
§base__: IResourceManager2_Vtbl
§Rejoin: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: u32, _: *mut XACTSTAT) -> HRESULT
Implementations§
§impl IResourceManagerRejoinable_Vtbl
impl IResourceManagerRejoinable_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IResourceManagerRejoinable_Vtblwhere
Identity: IResourceManagerRejoinable_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IResourceManagerRejoinable_Vtbl
impl RefUnwindSafe for IResourceManagerRejoinable_Vtbl
impl Send for IResourceManagerRejoinable_Vtbl
impl Sync for IResourceManagerRejoinable_Vtbl
impl Unpin for IResourceManagerRejoinable_Vtbl
impl UnwindSafe for IResourceManagerRejoinable_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