#[repr(C)]pub struct ViewportWScalingNV {
pub xcoeff: f32,
pub ycoeff: f32,
}Fields§
§xcoeff: f32§ycoeff: f32Trait Implementations§
Source§impl Clone for ViewportWScalingNV
impl Clone for ViewportWScalingNV
Source§fn clone(&self) -> ViewportWScalingNV
fn clone(&self) -> ViewportWScalingNV
Returns a duplicate 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 moreimpl Copy for ViewportWScalingNV
Auto Trait Implementations§
impl Freeze for ViewportWScalingNV
impl RefUnwindSafe for ViewportWScalingNV
impl Send for ViewportWScalingNV
impl Sync for ViewportWScalingNV
impl Unpin for ViewportWScalingNV
impl UnwindSafe for ViewportWScalingNV
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