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