Struct windows_sys::Win32::Graphics::Direct3D9::D3DCOMPOSERECTDESC
[−]#[repr(C)]pub struct D3DCOMPOSERECTDESC {
pub X: u16,
pub Y: u16,
pub Width: u16,
pub Height: u16,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
X: u16
Y: u16
Width: u16
Height: u16
Trait Implementations
impl Clone for D3DCOMPOSERECTDESC
impl Clone for D3DCOMPOSERECTDESC
impl Copy for D3DCOMPOSERECTDESC
Auto Trait Implementations
impl RefUnwindSafe for D3DCOMPOSERECTDESC
impl Send for D3DCOMPOSERECTDESC
impl Sync for D3DCOMPOSERECTDESC
impl Unpin for D3DCOMPOSERECTDESC
impl UnwindSafe for D3DCOMPOSERECTDESC
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