Struct windows::Win32::Media::MediaFoundation::IDirect3DDeviceManager9_Vtbl
#[repr(C)]pub struct IDirect3DDeviceManager9_Vtbl {
pub base__: IUnknown_Vtbl,
pub ResetDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub OpenDeviceHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT,
pub CloseDeviceHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT,
pub TestDevice: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT,
pub LockDevice: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut *mut c_void, _: BOOL) -> HRESULT,
pub UnlockDevice: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: BOOL) -> HRESULT,
pub GetVideoService: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ResetDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§OpenDeviceHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE) -> HRESULT
§CloseDeviceHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT
§TestDevice: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT
§LockDevice: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut *mut c_void, _: BOOL) -> HRESULT
§UnlockDevice: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: BOOL) -> HRESULT
§GetVideoService: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDirect3DDeviceManager9_Vtbl
impl IDirect3DDeviceManager9_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirect3DDeviceManager9_Vtblwhere
Identity: IDirect3DDeviceManager9_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirect3DDeviceManager9_Vtbl
impl RefUnwindSafe for IDirect3DDeviceManager9_Vtbl
impl Send for IDirect3DDeviceManager9_Vtbl
impl Sync for IDirect3DDeviceManager9_Vtbl
impl Unpin for IDirect3DDeviceManager9_Vtbl
impl UnwindSafe for IDirect3DDeviceManager9_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