Struct ash::vk::PhysicalDevicePresentWaitFeaturesKHR
source · #[repr(C)]pub struct PhysicalDevicePresentWaitFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_wait: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§present_wait: Bool32
Implementations§
source§impl PhysicalDevicePresentWaitFeaturesKHR
impl PhysicalDevicePresentWaitFeaturesKHR
pub fn builder<'a>() -> PhysicalDevicePresentWaitFeaturesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDevicePresentWaitFeaturesKHR
impl Clone for PhysicalDevicePresentWaitFeaturesKHR
source§fn clone(&self) -> PhysicalDevicePresentWaitFeaturesKHR
fn clone(&self) -> PhysicalDevicePresentWaitFeaturesKHR
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 more