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