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