Struct windows::Win32::Graphics::DirectDraw::DDRAWI_DDVIDEOPORT_LCL
#[repr(C)]pub struct DDRAWI_DDVIDEOPORT_LCL {Show 22 fields
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub ddvpDesc: DDVIDEOPORTDESC,
pub ddvpInfo: DDVIDEOPORTINFO,
pub lpSurface: *mut DDRAWI_DDRAWSURFACE_INT,
pub lpVBISurface: *mut DDRAWI_DDRAWSURFACE_INT,
pub lpFlipInts: *mut *mut DDRAWI_DDRAWSURFACE_INT,
pub dwNumAutoflip: u32,
pub dwProcessID: u32,
pub dwStateFlags: u32,
pub dwFlags: u32,
pub dwRefCnt: u32,
pub fpLastFlip: usize,
pub dwReserved1: usize,
pub dwReserved2: usize,
pub hDDVideoPort: HANDLE,
pub dwNumVBIAutoflip: u32,
pub lpVBIDesc: *mut DDVIDEOPORTDESC,
pub lpVideoDesc: *mut DDVIDEOPORTDESC,
pub lpVBIInfo: *mut DDVIDEOPORTINFO,
pub lpVideoInfo: *mut DDVIDEOPORTINFO,
pub dwVBIProcessID: u32,
pub lpVPNotify: *mut DDRAWI_DDVIDEOPORT_INT,
}
Fields§
§lpDD: *mut DDRAWI_DIRECTDRAW_LCL
§ddvpDesc: DDVIDEOPORTDESC
§ddvpInfo: DDVIDEOPORTINFO
§lpSurface: *mut DDRAWI_DDRAWSURFACE_INT
§lpVBISurface: *mut DDRAWI_DDRAWSURFACE_INT
§lpFlipInts: *mut *mut DDRAWI_DDRAWSURFACE_INT
§dwNumAutoflip: u32
§dwProcessID: u32
§dwStateFlags: u32
§dwFlags: u32
§dwRefCnt: u32
§fpLastFlip: usize
§dwReserved1: usize
§dwReserved2: usize
§hDDVideoPort: HANDLE
§dwNumVBIAutoflip: u32
§lpVBIDesc: *mut DDVIDEOPORTDESC
§lpVideoDesc: *mut DDVIDEOPORTDESC
§lpVBIInfo: *mut DDVIDEOPORTINFO
§lpVideoInfo: *mut DDVIDEOPORTINFO
§dwVBIProcessID: u32
§lpVPNotify: *mut DDRAWI_DDVIDEOPORT_INT
Trait Implementations§
§impl Clone for DDRAWI_DDVIDEOPORT_LCL
impl Clone for DDRAWI_DDVIDEOPORT_LCL
§fn clone(&self) -> DDRAWI_DDVIDEOPORT_LCL
fn clone(&self) -> DDRAWI_DDVIDEOPORT_LCL
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 DDRAWI_DDVIDEOPORT_LCL
impl Debug for DDRAWI_DDVIDEOPORT_LCL
§impl Default for DDRAWI_DDVIDEOPORT_LCL
impl Default for DDRAWI_DDVIDEOPORT_LCL
§impl PartialEq for DDRAWI_DDVIDEOPORT_LCL
impl PartialEq for DDRAWI_DDVIDEOPORT_LCL
§fn eq(&self, other: &DDRAWI_DDVIDEOPORT_LCL) -> bool
fn eq(&self, other: &DDRAWI_DDVIDEOPORT_LCL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DDRAWI_DDVIDEOPORT_LCL
impl Eq for DDRAWI_DDVIDEOPORT_LCL
impl StructuralPartialEq for DDRAWI_DDVIDEOPORT_LCL
Auto Trait Implementations§
impl Freeze for DDRAWI_DDVIDEOPORT_LCL
impl RefUnwindSafe for DDRAWI_DDVIDEOPORT_LCL
impl !Send for DDRAWI_DDVIDEOPORT_LCL
impl !Sync for DDRAWI_DDVIDEOPORT_LCL
impl Unpin for DDRAWI_DDVIDEOPORT_LCL
impl UnwindSafe for DDRAWI_DDVIDEOPORT_LCL
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
)