#[repr(C)]pub struct gvr_sizei {
pub width: i32,
pub height: i32,
}Expand description
An integral 2D size. Used for render target sizes.
Fields§
§width: i32§height: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for gvr_sizei
impl RefUnwindSafe for gvr_sizei
impl Send for gvr_sizei
impl Sync for gvr_sizei
impl Unpin for gvr_sizei
impl UnwindSafe for gvr_sizei
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