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