pub struct PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDiscardRectanglePropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
pub fn max_discard_rectangles(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
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> UnsafeUnpin for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'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