pub struct SurfaceCapabilities2EXTBuilder<'a> { /* private fields */ }Expand description
Builder for SurfaceCapabilities2EXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> SurfaceCapabilities2EXTBuilder<'a>
impl<'a> SurfaceCapabilities2EXTBuilder<'a>
pub fn min_image_count(self, value: u32) -> Self
pub fn max_image_count(self, value: u32) -> Self
pub fn current_extent(self, value: Extent2D) -> Self
pub fn min_image_extent(self, value: Extent2D) -> Self
pub fn max_image_extent(self, value: Extent2D) -> Self
pub fn max_image_array_layers(self, value: u32) -> Self
pub fn supported_transforms(self, value: SurfaceTransformFlagsKHR) -> Self
pub fn current_transform(self, value: SurfaceTransformFlagBitsKHR) -> Self
pub fn supported_composite_alpha(self, value: CompositeAlphaFlagsKHR) -> Self
pub fn supported_usage_flags(self, value: ImageUsageFlags) -> Self
pub fn supported_surface_counters(self, value: SurfaceCounterFlagsEXT) -> Self
Trait Implementations§
Source§impl<'a> Deref for SurfaceCapabilities2EXTBuilder<'a>
impl<'a> Deref for SurfaceCapabilities2EXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SurfaceCapabilities2EXTBuilder<'a>
impl<'a> RefUnwindSafe for SurfaceCapabilities2EXTBuilder<'a>
impl<'a> !Send for SurfaceCapabilities2EXTBuilder<'a>
impl<'a> !Sync for SurfaceCapabilities2EXTBuilder<'a>
impl<'a> Unpin for SurfaceCapabilities2EXTBuilder<'a>
impl<'a> UnsafeUnpin for SurfaceCapabilities2EXTBuilder<'a>
impl<'a> UnwindSafe for SurfaceCapabilities2EXTBuilder<'a>
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