Struct windows::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,
}
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
§fn clone(&self) -> DD_VIDEOPORTCALLBACKS
fn clone(&self) -> DD_VIDEOPORTCALLBACKS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DD_VIDEOPORTCALLBACKS
impl Debug for DD_VIDEOPORTCALLBACKS
§impl Default for DD_VIDEOPORTCALLBACKS
impl Default for DD_VIDEOPORTCALLBACKS
impl Copy for DD_VIDEOPORTCALLBACKS
Auto Trait Implementations§
impl Freeze for DD_VIDEOPORTCALLBACKS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)