Struct ash::vk::ViewportWScalingNV
source · #[repr(C)]pub struct ViewportWScalingNV {
pub xcoeff: f32,
pub ycoeff: f32,
}
Expand description
Fields§
§xcoeff: f32
§ycoeff: f32
Implementations§
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 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 moresource§impl Debug for ViewportWScalingNV
impl Debug for ViewportWScalingNV
source§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