pub struct SurfaceFormatKHRBuilder { /* private fields */ }Expand description
Builder for SurfaceFormatKHR.
Implementations§
Source§impl SurfaceFormatKHRBuilder
impl SurfaceFormatKHRBuilder
pub fn format(self, value: Format) -> Self
pub fn color_space(self, value: ColorSpaceKHR) -> Self
Trait Implementations§
Source§impl Deref for SurfaceFormatKHRBuilder
impl Deref for SurfaceFormatKHRBuilder
Auto Trait Implementations§
impl Freeze for SurfaceFormatKHRBuilder
impl RefUnwindSafe for SurfaceFormatKHRBuilder
impl Send for SurfaceFormatKHRBuilder
impl Sync for SurfaceFormatKHRBuilder
impl Unpin for SurfaceFormatKHRBuilder
impl UnsafeUnpin for SurfaceFormatKHRBuilder
impl UnwindSafe for SurfaceFormatKHRBuilder
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