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: u32
dwFieldWidth: u32
dwVBIWidth: u32
dwFieldHeight: u32
dwMicrosecondsPerField: u32
dwMaxPixelsPerSecond: u32
dwVideoPortID: u32
dwReserved1: u32
VideoPortType: DDVIDEOPORTCONNECT
dwReserved2: usize
dwReserved3: usize
Trait 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 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