Struct D3DRECT
#[repr(C)]pub struct D3DRECT {
pub x1: i32,
pub y1: i32,
pub x2: i32,
pub y2: i32,
}
Fields§
§x1: i32
§y1: i32
§x2: i32
§y2: i32
Trait Implementations§
impl Copy for D3DRECT
impl StructuralPartialEq for D3DRECT
Auto Trait Implementations§
impl Freeze for D3DRECT
impl RefUnwindSafe for D3DRECT
impl Send for D3DRECT
impl Sync for D3DRECT
impl Unpin for D3DRECT
impl UnwindSafe for D3DRECT
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