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 moresource§impl TaggedStructure for PhysicalDevicePresentWaitFeaturesKHR
impl TaggedStructure for PhysicalDevicePresentWaitFeaturesKHR
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR
impl Copy for PhysicalDevicePresentWaitFeaturesKHR
impl ExtendsDeviceCreateInfo for PhysicalDevicePresentWaitFeaturesKHR
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePresentWaitFeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDevicePresentWaitFeaturesKHR
impl RefUnwindSafe for PhysicalDevicePresentWaitFeaturesKHR
impl !Send for PhysicalDevicePresentWaitFeaturesKHR
impl !Sync for PhysicalDevicePresentWaitFeaturesKHR
impl Unpin for PhysicalDevicePresentWaitFeaturesKHR
impl UnwindSafe for PhysicalDevicePresentWaitFeaturesKHR
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