Struct D3DCOMPOSERECTDESC
#[repr(C)]pub struct D3DCOMPOSERECTDESC {
pub X: u16,
pub Y: u16,
pub Width: u16,
pub Height: u16,
}
Fields§
§X: u16
§Y: u16
§Width: u16
§Height: u16
Trait Implementations§
§impl Clone for D3DCOMPOSERECTDESC
impl Clone for D3DCOMPOSERECTDESC
§fn clone(&self) -> D3DCOMPOSERECTDESC
fn clone(&self) -> D3DCOMPOSERECTDESC
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 D3DCOMPOSERECTDESC
impl Debug for D3DCOMPOSERECTDESC
§impl Default for D3DCOMPOSERECTDESC
impl Default for D3DCOMPOSERECTDESC
§impl PartialEq for D3DCOMPOSERECTDESC
impl PartialEq for D3DCOMPOSERECTDESC
impl Copy for D3DCOMPOSERECTDESC
impl StructuralPartialEq for D3DCOMPOSERECTDESC
Auto Trait Implementations§
impl Freeze for D3DCOMPOSERECTDESC
impl RefUnwindSafe for D3DCOMPOSERECTDESC
impl Send for D3DCOMPOSERECTDESC
impl Sync for D3DCOMPOSERECTDESC
impl Unpin for D3DCOMPOSERECTDESC
impl UnwindSafe for D3DCOMPOSERECTDESC
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