#[repr(C)]pub struct ViewportWScalingNV {
pub xcoeff: f32,
pub ycoeff: f32,
}Expand description
VkViewportWScalingNV
Provided by VK_NV_clip_space_w_scaling.
Fields§
§xcoeff: f32§ycoeff: f32Implementations§
Source§impl ViewportWScalingNV
impl ViewportWScalingNV
Sourcepub fn builder() -> ViewportWScalingNVBuilder
pub fn builder() -> ViewportWScalingNVBuilder
Start building this struct.
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 Debug for ViewportWScalingNV
impl Debug for ViewportWScalingNV
Source§impl Default for ViewportWScalingNV
impl Default for ViewportWScalingNV
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 UnsafeUnpin 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