Struct windows_sys::Win32::Graphics::DirectDraw::DDVIDEOPORTDESC
[−]#[repr(C)]pub struct DDVIDEOPORTDESC {
pub dwSize: u32,
pub dwFieldWidth: u32,
pub dwVBIWidth: u32,
pub dwFieldHeight: u32,
pub dwMicrosecondsPerField: u32,
pub dwMaxPixelsPerSecond: u32,
pub dwVideoPortID: u32,
pub dwReserved1: u32,
pub VideoPortType: DDVIDEOPORTCONNECT,
pub dwReserved2: usize,
pub dwReserved3: usize,
}Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSize: u32dwFieldWidth: u32dwVBIWidth: u32dwFieldHeight: u32dwMicrosecondsPerField: u32dwMaxPixelsPerSecond: u32dwVideoPortID: u32dwReserved1: u32VideoPortType: DDVIDEOPORTCONNECTdwReserved2: usizedwReserved3: usizeTrait Implementations
impl Clone for DDVIDEOPORTDESC
impl Clone for DDVIDEOPORTDESC
impl Copy for DDVIDEOPORTDESC
Auto Trait Implementations
impl RefUnwindSafe for DDVIDEOPORTDESC
impl Send for DDVIDEOPORTDESC
impl Sync for DDVIDEOPORTDESC
impl Unpin for DDVIDEOPORTDESC
impl UnwindSafe for DDVIDEOPORTDESC
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