Struct windows_sys::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,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
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
impl Copy for DDRAWI_DDVIDEOPORT_LCL
Auto Trait Implementations
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
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