#[repr(C)]pub struct VkSurfaceFormatKHR {
pub format: VkFormat,
pub colorSpace: VkColorSpaceKHR,
}
Fields§
§format: VkFormat
§colorSpace: VkColorSpaceKHR
Trait Implementations§
Source§impl Clone for VkSurfaceFormatKHR
impl Clone for VkSurfaceFormatKHR
Source§fn clone(&self) -> VkSurfaceFormatKHR
fn clone(&self) -> VkSurfaceFormatKHR
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 VkSurfaceFormatKHR
impl Default for VkSurfaceFormatKHR
impl Copy for VkSurfaceFormatKHR
Auto Trait Implementations§
impl Freeze for VkSurfaceFormatKHR
impl RefUnwindSafe for VkSurfaceFormatKHR
impl Send for VkSurfaceFormatKHR
impl Sync for VkSurfaceFormatKHR
impl Unpin for VkSurfaceFormatKHR
impl UnwindSafe for VkSurfaceFormatKHR
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