#[repr(C)]pub struct DDHAL_GETVPORTBANDWIDTHDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub lpddpfFormat: *mut DDPIXELFORMAT,
pub dwWidth: u32,
pub dwHeight: u32,
pub dwFlags: u32,
pub lpBandwidth: *mut DDVIDEOPORTBANDWIDTH,
pub ddRVal: HRESULT,
pub GetVideoPortBandwidth: LPDDHALVPORTCB_GETBANDWIDTH,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCL
lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL
lpddpfFormat: *mut DDPIXELFORMAT
dwWidth: u32
dwHeight: u32
dwFlags: u32
lpBandwidth: *mut DDVIDEOPORTBANDWIDTH
ddRVal: HRESULT
GetVideoPortBandwidth: LPDDHALVPORTCB_GETBANDWIDTH
Trait Implementations
impl Clone for DDHAL_GETVPORTBANDWIDTHDATA
impl Clone for DDHAL_GETVPORTBANDWIDTHDATA
impl Copy for DDHAL_GETVPORTBANDWIDTHDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_GETVPORTBANDWIDTHDATA
impl !Send for DDHAL_GETVPORTBANDWIDTHDATA
impl !Sync for DDHAL_GETVPORTBANDWIDTHDATA
impl Unpin for DDHAL_GETVPORTBANDWIDTHDATA
impl UnwindSafe for DDHAL_GETVPORTBANDWIDTHDATA
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