Struct D3DOVERLAYCAPS
#[repr(C)]pub struct D3DOVERLAYCAPS {
pub Caps: u32,
pub MaxOverlayDisplayWidth: u32,
pub MaxOverlayDisplayHeight: u32,
}
Fields§
§Caps: u32
§MaxOverlayDisplayWidth: u32
§MaxOverlayDisplayHeight: u32
Trait Implementations§
§impl Clone for D3DOVERLAYCAPS
impl Clone for D3DOVERLAYCAPS
§fn clone(&self) -> D3DOVERLAYCAPS
fn clone(&self) -> D3DOVERLAYCAPS
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 D3DOVERLAYCAPS
impl Debug for D3DOVERLAYCAPS
§impl Default for D3DOVERLAYCAPS
impl Default for D3DOVERLAYCAPS
§impl PartialEq for D3DOVERLAYCAPS
impl PartialEq for D3DOVERLAYCAPS
impl Copy for D3DOVERLAYCAPS
impl StructuralPartialEq 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