Struct DDHAL_GETVPORTBANDWIDTHDATA
#[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,
}
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
§fn clone(&self) -> DDHAL_GETVPORTBANDWIDTHDATA
fn clone(&self) -> DDHAL_GETVPORTBANDWIDTHDATA
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 DDHAL_GETVPORTBANDWIDTHDATA
impl Debug for DDHAL_GETVPORTBANDWIDTHDATA
§impl Default for DDHAL_GETVPORTBANDWIDTHDATA
impl Default for DDHAL_GETVPORTBANDWIDTHDATA
§impl PartialEq for DDHAL_GETVPORTBANDWIDTHDATA
impl PartialEq for DDHAL_GETVPORTBANDWIDTHDATA
impl Copy for DDHAL_GETVPORTBANDWIDTHDATA
impl StructuralPartialEq for DDHAL_GETVPORTBANDWIDTHDATA
Auto Trait Implementations§
impl Freeze for DDHAL_GETVPORTBANDWIDTHDATA
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§
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