pub struct PresentWait {
pub features: PresentWaitFeatures,
}Expand description
Features advertised by VK_KHR_present_wait.
Fields§
§features: PresentWaitFeaturesFeatures advertised by VK_KHR_present_wait.
Trait Implementations§
Source§impl Clone for PresentWait
impl Clone for PresentWait
Source§fn clone(&self) -> PresentWait
fn clone(&self) -> PresentWait
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 PresentWait
Auto Trait Implementations§
impl Freeze for PresentWait
impl RefUnwindSafe for PresentWait
impl Send for PresentWait
impl Sync for PresentWait
impl Unpin for PresentWait
impl UnsafeUnpin for PresentWait
impl UnwindSafe for PresentWait
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