pub struct SurfacePresentScalingCapabilitiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> SurfacePresentScalingCapabilitiesEXTBuilder<'a>
pub fn supported_present_scaling( self, supported_present_scaling: PresentScalingFlagsEXT ) -> Self
pub fn supported_present_gravity_x( self, supported_present_gravity_x: PresentGravityFlagsEXT ) -> Self
pub fn supported_present_gravity_y( self, supported_present_gravity_y: PresentGravityFlagsEXT ) -> Self
pub fn min_scaled_image_extent(self, min_scaled_image_extent: Extent2D) -> Self
pub fn max_scaled_image_extent(self, max_scaled_image_extent: Extent2D) -> Self
sourcepub fn build(self) -> SurfacePresentScalingCapabilitiesEXT
pub fn build(self) -> SurfacePresentScalingCapabilitiesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> Deref for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
source§impl<'a> DerefMut for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> DerefMut for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl ExtendsSurfaceCapabilities2KHR for SurfacePresentScalingCapabilitiesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> !Send for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> !Sync for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> Unpin for SurfacePresentScalingCapabilitiesEXTBuilder<'a>
impl<'a> UnwindSafe for SurfacePresentScalingCapabilitiesEXTBuilder<'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