#[repr(C)]pub struct D3DOVERLAYCAPS {
pub Caps: UINT,
pub MaxOverlayDisplayWidth: UINT,
pub MaxOverlayDisplayHeight: UINT,
}
Fields§
§Caps: UINT
§MaxOverlayDisplayWidth: UINT
§MaxOverlayDisplayHeight: UINT
Trait Implementations§
Source§impl Clone for D3DOVERLAYCAPS
impl Clone for D3DOVERLAYCAPS
Source§fn clone(&self) -> D3DOVERLAYCAPS
fn clone(&self) -> D3DOVERLAYCAPS
Returns a duplicate 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 moreSource§impl Default for D3DOVERLAYCAPS
impl Default for D3DOVERLAYCAPS
Source§fn default() -> D3DOVERLAYCAPS
fn default() -> D3DOVERLAYCAPS
Returns the “default value” for a type. Read more
impl Copy for D3DOVERLAYCAPS
Auto Trait Implementations§
impl Freeze for D3DOVERLAYCAPS
impl RefUnwindSafe for D3DOVERLAYCAPS
impl Send for D3DOVERLAYCAPS
impl Sync for D3DOVERLAYCAPS
impl Unpin for D3DOVERLAYCAPS
impl UnwindSafe for D3DOVERLAYCAPS
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