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