Struct windows::Win32::Media::DirectShow::IResourceManager_Vtbl
#[repr(C)]pub struct IResourceManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub Register: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *mut i32) -> HRESULT,
pub RegisterGroup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *const i32, _: *mut i32) -> HRESULT,
pub RequestResource: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub NotifyAcquire: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: HRESULT) -> HRESULT,
pub NotifyRelease: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: BOOL) -> HRESULT,
pub CancelRequest: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub SetFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReleaseFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Register: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *mut i32) -> HRESULT
§RegisterGroup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *const i32, _: *mut i32) -> HRESULT
§RequestResource: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT
§NotifyAcquire: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: HRESULT) -> HRESULT
§NotifyRelease: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: BOOL) -> HRESULT
§CancelRequest: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§SetFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ReleaseFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IResourceManager_Vtbl
impl IResourceManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IResourceManager_Vtblwhere
Identity: IResourceManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IResourceManager_Vtbl
impl RefUnwindSafe for IResourceManager_Vtbl
impl Send for IResourceManager_Vtbl
impl Sync for IResourceManager_Vtbl
impl Unpin for IResourceManager_Vtbl
impl UnwindSafe for IResourceManager_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