#[repr(C)]pub struct VkPhysicalDevicePresentWait2FeaturesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub presentWait2: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§presentWait2: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDevicePresentWait2FeaturesKHR
impl Clone for VkPhysicalDevicePresentWait2FeaturesKHR
Source§fn clone(&self) -> VkPhysicalDevicePresentWait2FeaturesKHR
fn clone(&self) -> VkPhysicalDevicePresentWait2FeaturesKHR
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 moreimpl Copy for VkPhysicalDevicePresentWait2FeaturesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDevicePresentWait2FeaturesKHR
impl RefUnwindSafe for VkPhysicalDevicePresentWait2FeaturesKHR
impl !Send for VkPhysicalDevicePresentWait2FeaturesKHR
impl !Sync for VkPhysicalDevicePresentWait2FeaturesKHR
impl Unpin for VkPhysicalDevicePresentWait2FeaturesKHR
impl UnwindSafe for VkPhysicalDevicePresentWait2FeaturesKHR
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