pub struct PresentRegionKHR<'a> {
pub rectangle_count: u32,
/* private fields */
}Fields§
§rectangle_count: u32Implementations§
Source§impl<'a> PresentRegionKHR<'a>
impl<'a> PresentRegionKHR<'a>
pub fn rectangle_count(self, value: u32) -> Self
pub fn rectangles(self, p_rectangles: impl AsSlice<'a, RectLayerKHR>) -> Self
pub fn get_rectangles(&self) -> &'a [RectLayerKHR]
Trait Implementations§
Source§impl<'a> Default for PresentRegionKHR<'a>
Available on crate feature ext_incremental_present only.
impl<'a> Default for PresentRegionKHR<'a>
Available on crate feature
ext_incremental_present only.impl<'a> Send for PresentRegionKHR<'a>
Available on crate feature
ext_incremental_present only.impl<'a> Sync for PresentRegionKHR<'a>
Available on crate feature
ext_incremental_present only.Auto Trait Implementations§
impl<'a> Freeze for PresentRegionKHR<'a>
impl<'a> RefUnwindSafe for PresentRegionKHR<'a>
impl<'a> Unpin for PresentRegionKHR<'a>
impl<'a> UnsafeUnpin for PresentRegionKHR<'a>
impl<'a> UnwindSafe for PresentRegionKHR<'a>
Blanket Implementations§
impl<T> Alias<T> for T
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