Struct ash::vk::PresentRegionKHR
source · #[repr(C)]pub struct PresentRegionKHR<'a> {
pub rectangle_count: u32,
pub p_rectangles: *const RectLayerKHR,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§rectangle_count: u32
§p_rectangles: *const RectLayerKHR
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PresentRegionKHR<'a>
impl<'a> PresentRegionKHR<'a>
pub fn rectangles(self, rectangles: &'a [RectLayerKHR]) -> Self
Trait Implementations§
source§impl<'a> Clone for PresentRegionKHR<'a>
impl<'a> Clone for PresentRegionKHR<'a>
source§fn clone(&self) -> PresentRegionKHR<'a>
fn clone(&self) -> PresentRegionKHR<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PresentRegionKHR<'a>
impl<'a> Debug for PresentRegionKHR<'a>
source§impl Default for PresentRegionKHR<'_>
impl Default for PresentRegionKHR<'_>
impl<'a> Copy for PresentRegionKHR<'a>
impl Send for PresentRegionKHR<'_>
impl Sync for PresentRegionKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PresentRegionKHR<'a>
impl<'a> RefUnwindSafe for PresentRegionKHR<'a>
impl<'a> Unpin for PresentRegionKHR<'a>
impl<'a> UnwindSafe for PresentRegionKHR<'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