#[repr(transparent)]pub struct PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
pub fn max_discard_rectangles(
self,
max_discard_rectangles: u32
) -> PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceDiscardRectanglePropertiesEXT
pub fn build(self) -> PhysicalDeviceDiscardRectanglePropertiesEXT
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
sourceimpl<'a> Deref for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
type Target = PhysicalDeviceDiscardRectanglePropertiesEXT
type Target = PhysicalDeviceDiscardRectanglePropertiesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more