Struct IResourceManager2_Vtbl
#[repr(C)]pub struct IResourceManager2_Vtbl {
pub base__: IResourceManager_Vtbl,
pub Enlist2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut BOID, _: *mut i32, _: *mut XID, _: *mut *mut c_void) -> HRESULT,
pub Reenlist2: unsafe extern "system" fn(_: *mut c_void, _: *const XID, _: u32, _: *mut XACTSTAT) -> HRESULT,
}
Fields§
§base__: IResourceManager_Vtbl
§Enlist2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut BOID, _: *mut i32, _: *mut XID, _: *mut *mut c_void) -> HRESULT
§Reenlist2: unsafe extern "system" fn(_: *mut c_void, _: *const XID, _: u32, _: *mut XACTSTAT) -> HRESULT
Implementations§
§impl IResourceManager2_Vtbl
impl IResourceManager2_Vtbl
pub const fn new<Identity: IResourceManager2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IResourceManager2_Vtbl
impl RefUnwindSafe for IResourceManager2_Vtbl
impl Send for IResourceManager2_Vtbl
impl Sync for IResourceManager2_Vtbl
impl Unpin for IResourceManager2_Vtbl
impl UnwindSafe for IResourceManager2_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