Struct windows_sys::Win32::Media::MediaFoundation::D3DOVERLAYCAPS
[−]#[repr(C)]pub struct D3DOVERLAYCAPS {
pub Caps: u32,
pub MaxOverlayDisplayWidth: u32,
pub MaxOverlayDisplayHeight: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
Caps: u32
MaxOverlayDisplayWidth: u32
MaxOverlayDisplayHeight: u32
Trait Implementations
impl Clone for D3DOVERLAYCAPS
impl Clone for D3DOVERLAYCAPS
impl Copy for D3DOVERLAYCAPS
Auto Trait Implementations
impl RefUnwindSafe for D3DOVERLAYCAPS
impl Send for D3DOVERLAYCAPS
impl Sync for D3DOVERLAYCAPS
impl Unpin for D3DOVERLAYCAPS
impl UnwindSafe for D3DOVERLAYCAPS
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