#[repr(C)]pub struct SurfaceFormatKHR {
pub format: Format,
pub colorSpace: ColorSpaceKHR,
}Fields§
§format: Format§colorSpace: ColorSpaceKHRTrait Implementations§
Source§impl Clone for SurfaceFormatKHR
impl Clone for SurfaceFormatKHR
Source§fn clone(&self) -> SurfaceFormatKHR
fn clone(&self) -> SurfaceFormatKHR
Returns a duplicate 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 moreimpl Copy for SurfaceFormatKHR
Auto Trait Implementations§
impl Freeze for SurfaceFormatKHR
impl RefUnwindSafe for SurfaceFormatKHR
impl Send for SurfaceFormatKHR
impl Sync for SurfaceFormatKHR
impl Unpin for SurfaceFormatKHR
impl UnwindSafe for SurfaceFormatKHR
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