Struct windows_sys::Wdk::Graphics::Direct3D::D3DHAL_DP2VIEWPORTINFO
#[repr(C)]pub struct D3DHAL_DP2VIEWPORTINFO {
pub dwX: u32,
pub dwY: u32,
pub dwWidth: u32,
pub dwHeight: u32,
}
Fields§
§dwX: u32
§dwY: u32
§dwWidth: u32
§dwHeight: u32
Trait Implementations§
§impl Clone for D3DHAL_DP2VIEWPORTINFO
impl Clone for D3DHAL_DP2VIEWPORTINFO
impl Copy for D3DHAL_DP2VIEWPORTINFO
Auto Trait Implementations§
impl RefUnwindSafe for D3DHAL_DP2VIEWPORTINFO
impl Send for D3DHAL_DP2VIEWPORTINFO
impl Sync for D3DHAL_DP2VIEWPORTINFO
impl Unpin for D3DHAL_DP2VIEWPORTINFO
impl UnwindSafe for D3DHAL_DP2VIEWPORTINFO
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