#[repr(C)]pub struct PhysicalDeviceTilePropertiesFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tile_properties: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§tile_properties: u32Implementations§
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 (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 PhysicalDeviceTilePropertiesFeaturesQCOM
Source§impl Default for PhysicalDeviceTilePropertiesFeaturesQCOM
impl Default for PhysicalDeviceTilePropertiesFeaturesQCOM
Source§fn default() -> PhysicalDeviceTilePropertiesFeaturesQCOM
fn default() -> PhysicalDeviceTilePropertiesFeaturesQCOM
Returns the “default value” for a type. Read more
impl ExtendsDeviceCreateInfo for PhysicalDeviceTilePropertiesFeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceTilePropertiesFeaturesQCOM
Source§impl TaggedStructure for PhysicalDeviceTilePropertiesFeaturesQCOM
impl TaggedStructure for PhysicalDeviceTilePropertiesFeaturesQCOM
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM
Auto Trait Implementations§
impl !Send for PhysicalDeviceTilePropertiesFeaturesQCOM
impl !Sync for PhysicalDeviceTilePropertiesFeaturesQCOM
impl Freeze for PhysicalDeviceTilePropertiesFeaturesQCOM
impl RefUnwindSafe 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