#[repr(C)]pub struct ViewportWScalingNV {
    pub xcoeff: f32,
    pub ycoeff: f32,
}Expand description
Fields§
§xcoeff: f32§ycoeff: f32Implementations§
Source§impl ViewportWScalingNV
 
impl ViewportWScalingNV
pub fn builder<'a>() -> ViewportWScalingNVBuilder<'a>
Trait 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 moreSource§impl Default for ViewportWScalingNV
 
impl Default for ViewportWScalingNV
Source§fn default() -> ViewportWScalingNV
 
fn default() -> ViewportWScalingNV
Returns the “default value” for a type. Read more
impl 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