Struct ash::vk::SurfaceFormatKHR [−][src]
#[repr(C)]pub struct SurfaceFormatKHR { pub format: Format, pub color_space: ColorSpaceKHR, }
Expand description
Fields
format: Format
color_space: ColorSpaceKHR
Implementations
Trait 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 SurfaceFormatKHR
impl Send for SurfaceFormatKHR
impl Sync for SurfaceFormatKHR
impl Unpin for SurfaceFormatKHR
impl UnwindSafe for SurfaceFormatKHR
Blanket Implementations
Mutably borrows from an owned value. Read more