pub struct PresentWaitFeatures {
pub present_wait: bool,
}Expand description
Features of the physical device for present wait.
Fields§
§present_wait: boolIndicates whether present wait is supported.
Trait Implementations§
Source§impl Clone for PresentWaitFeatures
impl Clone for PresentWaitFeatures
Source§fn clone(&self) -> PresentWaitFeatures
fn clone(&self) -> PresentWaitFeatures
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PresentWaitFeatures
Source§impl Debug for PresentWaitFeatures
impl Debug for PresentWaitFeatures
Source§impl From<PhysicalDevicePresentWaitFeaturesKHR<'_>> for PresentWaitFeatures
impl From<PhysicalDevicePresentWaitFeaturesKHR<'_>> for PresentWaitFeatures
Source§fn from(features: PhysicalDevicePresentWaitFeaturesKHR<'_>) -> Self
fn from(features: PhysicalDevicePresentWaitFeaturesKHR<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PresentWaitFeatures
impl RefUnwindSafe for PresentWaitFeatures
impl Send for PresentWaitFeatures
impl Sync for PresentWaitFeatures
impl Unpin for PresentWaitFeatures
impl UnsafeUnpin for PresentWaitFeatures
impl UnwindSafe for PresentWaitFeatures
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