Struct windows::Win32::Graphics::DirectDraw::IDirectDrawVideoPort_Vtbl
#[repr(C)]pub struct IDirectDrawVideoPort_Vtbl {Show 15 fields
pub base__: IUnknown_Vtbl,
pub Flip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub GetBandwidthInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut DDPIXELFORMAT, _: u32, _: u32, _: u32, _: *mut DDVIDEOPORTBANDWIDTH) -> HRESULT,
pub GetColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT,
pub GetInputFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut DDPIXELFORMAT, _: u32) -> HRESULT,
pub GetOutputFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut DDPIXELFORMAT, _: *mut u32, _: *mut DDPIXELFORMAT, _: u32) -> HRESULT,
pub GetFieldPolarity: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetVideoLine: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetVideoSignalStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT,
pub SetTargetSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub StartVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut DDVIDEOPORTINFO) -> HRESULT,
pub StopVideo: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub UpdateVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut DDVIDEOPORTINFO) -> HRESULT,
pub WaitForSync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Flip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§GetBandwidthInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut DDPIXELFORMAT, _: u32, _: u32, _: u32, _: *mut DDVIDEOPORTBANDWIDTH) -> HRESULT
§GetColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT
§GetInputFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut DDPIXELFORMAT, _: u32) -> HRESULT
§GetOutputFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut DDPIXELFORMAT, _: *mut u32, _: *mut DDPIXELFORMAT, _: u32) -> HRESULT
§GetFieldPolarity: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§GetVideoLine: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetVideoSignalStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT
§SetTargetSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§StartVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut DDVIDEOPORTINFO) -> HRESULT
§StopVideo: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§UpdateVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut DDVIDEOPORTINFO) -> HRESULT
§WaitForSync: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT
Implementations§
§impl IDirectDrawVideoPort_Vtbl
impl IDirectDrawVideoPort_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectDrawVideoPort_Vtblwhere
Identity: IDirectDrawVideoPort_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectDrawVideoPort_Vtbl
impl RefUnwindSafe for IDirectDrawVideoPort_Vtbl
impl Send for IDirectDrawVideoPort_Vtbl
impl Sync for IDirectDrawVideoPort_Vtbl
impl Unpin for IDirectDrawVideoPort_Vtbl
impl UnwindSafe for IDirectDrawVideoPort_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