Struct windows::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,
}
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
§fn clone(&self) -> DDVIDEOPORTDESC
fn clone(&self) -> DDVIDEOPORTDESC
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 DDVIDEOPORTDESC
impl Debug for DDVIDEOPORTDESC
§impl Default for DDVIDEOPORTDESC
impl Default for DDVIDEOPORTDESC
§impl PartialEq for DDVIDEOPORTDESC
impl PartialEq for DDVIDEOPORTDESC
§fn eq(&self, other: &DDVIDEOPORTDESC) -> bool
fn eq(&self, other: &DDVIDEOPORTDESC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DDVIDEOPORTDESC
impl Eq for DDVIDEOPORTDESC
impl StructuralPartialEq for DDVIDEOPORTDESC
Auto Trait Implementations§
impl Freeze for DDVIDEOPORTDESC
impl RefUnwindSafe for DDVIDEOPORTDESC
impl Send for DDVIDEOPORTDESC
impl Sync for DDVIDEOPORTDESC
impl Unpin for DDVIDEOPORTDESC
impl UnwindSafe for DDVIDEOPORTDESC
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)