Struct windows_sys::Win32::Graphics::DirectDraw::DD_VIDEOPORTCALLBACKS
[−]#[repr(C)]pub struct DD_VIDEOPORTCALLBACKS {Show 18 fields
pub dwSize: u32,
pub dwFlags: u32,
pub CanCreateVideoPort: PDD_VPORTCB_CANCREATEVIDEOPORT,
pub CreateVideoPort: PDD_VPORTCB_CREATEVIDEOPORT,
pub FlipVideoPort: PDD_VPORTCB_FLIP,
pub GetVideoPortBandwidth: PDD_VPORTCB_GETBANDWIDTH,
pub GetVideoPortInputFormats: PDD_VPORTCB_GETINPUTFORMATS,
pub GetVideoPortOutputFormats: PDD_VPORTCB_GETOUTPUTFORMATS,
pub lpReserved1: *mut c_void,
pub GetVideoPortField: PDD_VPORTCB_GETFIELD,
pub GetVideoPortLine: PDD_VPORTCB_GETLINE,
pub GetVideoPortConnectInfo: PDD_VPORTCB_GETVPORTCONNECT,
pub DestroyVideoPort: PDD_VPORTCB_DESTROYVPORT,
pub GetVideoPortFlipStatus: PDD_VPORTCB_GETFLIPSTATUS,
pub UpdateVideoPort: PDD_VPORTCB_UPDATE,
pub WaitForVideoPortSync: PDD_VPORTCB_WAITFORSYNC,
pub GetVideoSignalStatus: PDD_VPORTCB_GETSIGNALSTATUS,
pub ColorControl: PDD_VPORTCB_COLORCONTROL,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
dwSize: u32
dwFlags: u32
CanCreateVideoPort: PDD_VPORTCB_CANCREATEVIDEOPORT
CreateVideoPort: PDD_VPORTCB_CREATEVIDEOPORT
FlipVideoPort: PDD_VPORTCB_FLIP
GetVideoPortBandwidth: PDD_VPORTCB_GETBANDWIDTH
GetVideoPortInputFormats: PDD_VPORTCB_GETINPUTFORMATS
GetVideoPortOutputFormats: PDD_VPORTCB_GETOUTPUTFORMATS
lpReserved1: *mut c_void
GetVideoPortField: PDD_VPORTCB_GETFIELD
GetVideoPortLine: PDD_VPORTCB_GETLINE
GetVideoPortConnectInfo: PDD_VPORTCB_GETVPORTCONNECT
DestroyVideoPort: PDD_VPORTCB_DESTROYVPORT
GetVideoPortFlipStatus: PDD_VPORTCB_GETFLIPSTATUS
UpdateVideoPort: PDD_VPORTCB_UPDATE
WaitForVideoPortSync: PDD_VPORTCB_WAITFORSYNC
GetVideoSignalStatus: PDD_VPORTCB_GETSIGNALSTATUS
ColorControl: PDD_VPORTCB_COLORCONTROL
Trait Implementations
impl Clone for DD_VIDEOPORTCALLBACKS
impl Clone for DD_VIDEOPORTCALLBACKS
impl Copy for DD_VIDEOPORTCALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DD_VIDEOPORTCALLBACKS
impl !Send for DD_VIDEOPORTCALLBACKS
impl !Sync for DD_VIDEOPORTCALLBACKS
impl Unpin for DD_VIDEOPORTCALLBACKS
impl UnwindSafe for DD_VIDEOPORTCALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more