Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_GETVPORTLINEDATA
[−]#[repr(C)]pub struct DDHAL_GETVPORTLINEDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub dwLine: u32,
pub ddRVal: HRESULT,
pub GetVideoPortLine: LPDDHALVPORTCB_GETLINE,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCL
lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL
dwLine: u32
ddRVal: HRESULT
GetVideoPortLine: LPDDHALVPORTCB_GETLINE
Trait Implementations
impl Clone for DDHAL_GETVPORTLINEDATA
impl Clone for DDHAL_GETVPORTLINEDATA
impl Copy for DDHAL_GETVPORTLINEDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_GETVPORTLINEDATA
impl !Send for DDHAL_GETVPORTLINEDATA
impl !Sync for DDHAL_GETVPORTLINEDATA
impl Unpin for DDHAL_GETVPORTLINEDATA
impl UnwindSafe for DDHAL_GETVPORTLINEDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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