Struct DDVIDEOPORTSTATUS
#[repr(C)]pub struct DDVIDEOPORTSTATUS {
pub dwSize: u32,
pub bInUse: BOOL,
pub dwFlags: u32,
pub dwReserved1: u32,
pub VideoPortType: DDVIDEOPORTCONNECT,
pub dwReserved2: usize,
pub dwReserved3: usize,
}
Fields§
§dwSize: u32
§bInUse: BOOL
§dwFlags: u32
§dwReserved1: u32
§VideoPortType: DDVIDEOPORTCONNECT
§dwReserved2: usize
§dwReserved3: usize
Trait Implementations§
§impl Clone for DDVIDEOPORTSTATUS
impl Clone for DDVIDEOPORTSTATUS
§fn clone(&self) -> DDVIDEOPORTSTATUS
fn clone(&self) -> DDVIDEOPORTSTATUS
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 DDVIDEOPORTSTATUS
impl Debug for DDVIDEOPORTSTATUS
§impl Default for DDVIDEOPORTSTATUS
impl Default for DDVIDEOPORTSTATUS
§impl PartialEq for DDVIDEOPORTSTATUS
impl PartialEq for DDVIDEOPORTSTATUS
impl Copy for DDVIDEOPORTSTATUS
impl StructuralPartialEq for DDVIDEOPORTSTATUS
Auto Trait Implementations§
impl Freeze for DDVIDEOPORTSTATUS
impl RefUnwindSafe for DDVIDEOPORTSTATUS
impl Send for DDVIDEOPORTSTATUS
impl Sync for DDVIDEOPORTSTATUS
impl Unpin for DDVIDEOPORTSTATUS
impl UnwindSafe for DDVIDEOPORTSTATUS
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