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