Struct windows::Win32::Graphics::DirectDraw::IDDVideoPortContainer_Vtbl
#[repr(C)]pub struct IDDVideoPortContainer_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateVideoPort: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDVIDEOPORTDESC, _: *mut *mut c_void, _: *mut c_void) -> HRESULT,
pub EnumVideoPorts: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDVIDEOPORTCAPS, _: *mut c_void, _: LPDDENUMVIDEOCALLBACK) -> HRESULT,
pub GetVideoPortConnectInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut DDVIDEOPORTCONNECT) -> HRESULT,
pub QueryVideoPortStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDVIDEOPORTSTATUS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateVideoPort: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDVIDEOPORTDESC, _: *mut *mut c_void, _: *mut c_void) -> HRESULT
§EnumVideoPorts: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDVIDEOPORTCAPS, _: *mut c_void, _: LPDDENUMVIDEOCALLBACK) -> HRESULT
§GetVideoPortConnectInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut DDVIDEOPORTCONNECT) -> HRESULT
§QueryVideoPortStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDVIDEOPORTSTATUS) -> HRESULT
Implementations§
§impl IDDVideoPortContainer_Vtbl
impl IDDVideoPortContainer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDDVideoPortContainer_Vtblwhere
Identity: IDDVideoPortContainer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDDVideoPortContainer_Vtbl
impl RefUnwindSafe for IDDVideoPortContainer_Vtbl
impl Send for IDDVideoPortContainer_Vtbl
impl Sync for IDDVideoPortContainer_Vtbl
impl Unpin for IDDVideoPortContainer_Vtbl
impl UnwindSafe for IDDVideoPortContainer_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