#[repr(C)]pub struct ComputeOccupancyPriorityParametersNV {
pub s_type: StructureType,
pub next: *const c_void,
pub occupancy_priority: f32,
pub occupancy_throttling: f32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§occupancy_priority: f32§occupancy_throttling: f32Trait Implementations§
Source§impl Clone for ComputeOccupancyPriorityParametersNV
impl Clone for ComputeOccupancyPriorityParametersNV
Source§fn clone(&self) -> ComputeOccupancyPriorityParametersNV
fn clone(&self) -> ComputeOccupancyPriorityParametersNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ComputeOccupancyPriorityParametersNV
Source§impl PartialEq for ComputeOccupancyPriorityParametersNV
impl PartialEq for ComputeOccupancyPriorityParametersNV
Source§fn eq(&self, other: &ComputeOccupancyPriorityParametersNV) -> bool
fn eq(&self, other: &ComputeOccupancyPriorityParametersNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ComputeOccupancyPriorityParametersNV
impl StructuralPartialEq for ComputeOccupancyPriorityParametersNV
impl Sync for ComputeOccupancyPriorityParametersNV
Auto Trait Implementations§
impl Freeze for ComputeOccupancyPriorityParametersNV
impl RefUnwindSafe for ComputeOccupancyPriorityParametersNV
impl Unpin for ComputeOccupancyPriorityParametersNV
impl UnsafeUnpin for ComputeOccupancyPriorityParametersNV
impl UnwindSafe for ComputeOccupancyPriorityParametersNV
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