Struct ash::vk::PresentRegionsKHR
source · #[repr(C)]pub struct PresentRegionsKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_regions: *const PresentRegionKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_regions: *const PresentRegionKHR
Implementations§
source§impl PresentRegionsKHR
impl PresentRegionsKHR
pub fn builder<'a>() -> PresentRegionsKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PresentRegionsKHR
impl Clone for PresentRegionsKHR
source§fn clone(&self) -> PresentRegionsKHR
fn clone(&self) -> PresentRegionsKHR
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 Debug for PresentRegionsKHR
impl Debug for PresentRegionsKHR
source§impl Default for PresentRegionsKHR
impl Default for PresentRegionsKHR
source§impl TaggedStructure for PresentRegionsKHR
impl TaggedStructure for PresentRegionsKHR
const STRUCTURE_TYPE: StructureType = StructureType::PRESENT_REGIONS_KHR
impl Copy for PresentRegionsKHR
impl ExtendsPresentInfoKHR for PresentRegionsKHR
Auto Trait Implementations§
impl Freeze for PresentRegionsKHR
impl RefUnwindSafe for PresentRegionsKHR
impl !Send for PresentRegionsKHR
impl !Sync for PresentRegionsKHR
impl Unpin for PresentRegionsKHR
impl UnwindSafe for PresentRegionsKHR
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