#[repr(C)]pub struct gvr_recti {
pub left: i32,
pub right: i32,
pub bottom: i32,
pub top: i32,
}Expand description
An integral 2D rect. Used for window bounds in pixels.
Fields§
§left: i32§right: i32§bottom: i32§top: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for gvr_recti
impl RefUnwindSafe for gvr_recti
impl Send for gvr_recti
impl Sync for gvr_recti
impl Unpin for gvr_recti
impl UnwindSafe for gvr_recti
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