#[repr(C)]pub struct ovrRecti {
pub _align: [u32; 0],
pub Pos: ovrVector2i,
pub Size: ovrSizei,
}Expand description
A 2D rectangle with a position and size. All components are integers.
Fields§
§_align: [u32; 0]§Pos: ovrVector2i§Size: ovrSizeiTrait Implementations§
Auto Trait Implementations§
impl Freeze for ovrRecti
impl RefUnwindSafe for ovrRecti
impl Send for ovrRecti
impl Sync for ovrRecti
impl Unpin for ovrRecti
impl UnwindSafe for ovrRecti
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