Struct vulkanalia_sys::ViewportSwizzleNV
source · [−]#[repr(C)]pub struct ViewportSwizzleNV {
pub x: ViewportCoordinateSwizzleNV,
pub y: ViewportCoordinateSwizzleNV,
pub z: ViewportCoordinateSwizzleNV,
pub w: ViewportCoordinateSwizzleNV,
}Expand description
Fields
x: ViewportCoordinateSwizzleNVy: ViewportCoordinateSwizzleNVz: ViewportCoordinateSwizzleNVw: ViewportCoordinateSwizzleNVTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ViewportSwizzleNV
impl Send for ViewportSwizzleNV
impl Sync for ViewportSwizzleNV
impl Unpin for ViewportSwizzleNV
impl UnwindSafe for ViewportSwizzleNV
Blanket Implementations
Mutably borrows from an owned value. Read more