#[repr(C)]pub struct PhysicalDeviceTilePropertiesFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tile_properties: u32,
}Expand description
VkPhysicalDeviceTilePropertiesFeaturesQCOM
Provided by VK_QCOM_tile_properties.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM.
p_next: *mut c_voidOptional, may be null.
tile_properties: u32Implementations§
Source§impl PhysicalDeviceTilePropertiesFeaturesQCOM
impl PhysicalDeviceTilePropertiesFeaturesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceTilePropertiesFeaturesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceTilePropertiesFeaturesQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceTilePropertiesFeaturesQCOM
impl Clone for PhysicalDeviceTilePropertiesFeaturesQCOM
Source§fn clone(&self) -> PhysicalDeviceTilePropertiesFeaturesQCOM
fn clone(&self) -> PhysicalDeviceTilePropertiesFeaturesQCOM
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 PhysicalDeviceTilePropertiesFeaturesQCOM
impl ExtendsDeviceCreateInfo for PhysicalDeviceTilePropertiesFeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceTilePropertiesFeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceTilePropertiesFeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceTilePropertiesFeaturesQCOM
impl !Send for PhysicalDeviceTilePropertiesFeaturesQCOM
impl !Sync for PhysicalDeviceTilePropertiesFeaturesQCOM
impl Unpin for PhysicalDeviceTilePropertiesFeaturesQCOM
impl UnsafeUnpin for PhysicalDeviceTilePropertiesFeaturesQCOM
impl UnwindSafe for PhysicalDeviceTilePropertiesFeaturesQCOM
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