#[repr(C)]pub struct VkViewportSwizzleNV {
pub x: VkViewportCoordinateSwizzleNV,
pub y: VkViewportCoordinateSwizzleNV,
pub z: VkViewportCoordinateSwizzleNV,
pub w: VkViewportCoordinateSwizzleNV,
}
Fields§
§x: VkViewportCoordinateSwizzleNV
§y: VkViewportCoordinateSwizzleNV
§z: VkViewportCoordinateSwizzleNV
§w: VkViewportCoordinateSwizzleNV
Trait Implementations§
Source§impl Clone for VkViewportSwizzleNV
impl Clone for VkViewportSwizzleNV
Source§fn clone(&self) -> VkViewportSwizzleNV
fn clone(&self) -> VkViewportSwizzleNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkViewportSwizzleNV
impl Default for VkViewportSwizzleNV
impl Copy for VkViewportSwizzleNV
Auto Trait Implementations§
impl Freeze for VkViewportSwizzleNV
impl RefUnwindSafe for VkViewportSwizzleNV
impl Send for VkViewportSwizzleNV
impl Sync for VkViewportSwizzleNV
impl Unpin for VkViewportSwizzleNV
impl UnwindSafe for VkViewportSwizzleNV
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