#[repr(C)]pub struct PhysicalDevicePresentWaitFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_wait: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidpresent_wait: u32Implementations
sourceimpl PhysicalDevicePresentWaitFeaturesKHR
impl PhysicalDevicePresentWaitFeaturesKHR
pub fn builder<'a>() -> PhysicalDevicePresentWaitFeaturesKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDevicePresentWaitFeaturesKHR
impl Clone for PhysicalDevicePresentWaitFeaturesKHR
sourcefn clone(&self) -> PhysicalDevicePresentWaitFeaturesKHR
fn clone(&self) -> PhysicalDevicePresentWaitFeaturesKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDevicePresentWaitFeaturesKHR
impl Default for PhysicalDevicePresentWaitFeaturesKHR
sourcefn 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 RefUnwindSafe for PhysicalDevicePresentWaitFeaturesKHR
impl !Send for PhysicalDevicePresentWaitFeaturesKHR
impl !Sync for PhysicalDevicePresentWaitFeaturesKHR
impl Unpin for PhysicalDevicePresentWaitFeaturesKHR
impl UnwindSafe for PhysicalDevicePresentWaitFeaturesKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more