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