#[repr(C)]pub struct VkPhysicalDeviceFragmentShadingRateFeaturesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub pipelineFragmentShadingRate: VkBool32,
pub primitiveFragmentShadingRate: VkBool32,
pub attachmentFragmentShadingRate: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§pipelineFragmentShadingRate: VkBool32
§primitiveFragmentShadingRate: VkBool32
§attachmentFragmentShadingRate: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
impl Clone for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
Source§fn clone(&self) -> VkPhysicalDeviceFragmentShadingRateFeaturesKHR
fn clone(&self) -> VkPhysicalDeviceFragmentShadingRateFeaturesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
impl RefUnwindSafe for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
impl !Send for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
impl !Sync for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
impl Unpin for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
impl UnwindSafe for VkPhysicalDeviceFragmentShadingRateFeaturesKHR
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