#[repr(C)]pub struct PhysicalDevicePresentWaitFeaturesKHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub presentWait: Bool32,
}Fields§
§sType: StructureType§pNext: *mut c_void§presentWait: Bool32Trait 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 moreimpl Copy 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 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