Struct ash::vk::ViewportSwizzleNV
source · #[repr(C)]pub struct ViewportSwizzleNV {
pub x: ViewportCoordinateSwizzleNV,
pub y: ViewportCoordinateSwizzleNV,
pub z: ViewportCoordinateSwizzleNV,
pub w: ViewportCoordinateSwizzleNV,
}
Expand description
Fields§
§x: ViewportCoordinateSwizzleNV
§y: ViewportCoordinateSwizzleNV
§z: ViewportCoordinateSwizzleNV
§w: ViewportCoordinateSwizzleNV
Implementations§
source§impl ViewportSwizzleNV
impl ViewportSwizzleNV
pub fn builder<'a>() -> ViewportSwizzleNVBuilder<'a>
Trait Implementations§
source§impl Clone for ViewportSwizzleNV
impl Clone for ViewportSwizzleNV
source§fn clone(&self) -> ViewportSwizzleNV
fn clone(&self) -> ViewportSwizzleNV
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 ViewportSwizzleNV
impl Debug for ViewportSwizzleNV
source§impl Default for ViewportSwizzleNV
impl Default for ViewportSwizzleNV
source§fn default() -> ViewportSwizzleNV
fn default() -> ViewportSwizzleNV
Returns the “default value” for a type. Read more
impl Copy for ViewportSwizzleNV
Auto Trait Implementations§
impl Freeze for ViewportSwizzleNV
impl RefUnwindSafe for ViewportSwizzleNV
impl Send for ViewportSwizzleNV
impl Sync for ViewportSwizzleNV
impl Unpin for ViewportSwizzleNV
impl UnwindSafe for ViewportSwizzleNV
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