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