pub struct VRViewport {
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}
Fields§
§x: i32
§y: i32
§width: i32
§height: i32
Implementations§
Source§impl VRViewport
impl VRViewport
Trait Implementations§
Source§impl Clone for VRViewport
impl Clone for VRViewport
Source§fn clone(&self) -> VRViewport
fn clone(&self) -> VRViewport
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VRViewport
impl RefUnwindSafe for VRViewport
impl Send for VRViewport
impl Sync for VRViewport
impl Unpin for VRViewport
impl UnwindSafe for VRViewport
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