Struct windows_sys::Win32::Graphics::DirectDraw::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,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
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
impl Copy for DDVIDEOPORTSTATUS
Auto Trait Implementations
impl RefUnwindSafe for DDVIDEOPORTSTATUS
impl Send for DDVIDEOPORTSTATUS
impl Sync for DDVIDEOPORTSTATUS
impl Unpin for DDVIDEOPORTSTATUS
impl UnwindSafe for DDVIDEOPORTSTATUS
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