#[repr(C)]pub struct PhysicalDevicePresentWaitFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_wait: u32,
}Expand description
VkPhysicalDevicePresentWaitFeaturesKHR
Provided by VK_KHR_present_wait.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR.
p_next: *mut c_voidOptional, may be null.
present_wait: u32Implementations§
Source§impl PhysicalDevicePresentWaitFeaturesKHR
impl PhysicalDevicePresentWaitFeaturesKHR
Sourcepub fn builder<'a>() -> PhysicalDevicePresentWaitFeaturesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePresentWaitFeaturesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevicePresentWaitFeaturesKHR
impl Clone for PhysicalDevicePresentWaitFeaturesKHR
Source§fn clone(&self) -> PhysicalDevicePresentWaitFeaturesKHR
fn clone(&self) -> PhysicalDevicePresentWaitFeaturesKHR
Returns a duplicate 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 Default for PhysicalDevicePresentWaitFeaturesKHR
impl Default for PhysicalDevicePresentWaitFeaturesKHR
Source§fn default() -> PhysicalDevicePresentWaitFeaturesKHR
fn default() -> PhysicalDevicePresentWaitFeaturesKHR
Returns the “default value” for a type. Read more
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 UnsafeUnpin 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