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