#[repr(C)]pub struct PhysicalDeviceDataGraphModelFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub data_graph_model: u32,
}Expand description
VkPhysicalDeviceDataGraphModelFeaturesQCOM
Provided by VK_QCOM_data_graph_model.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_MODEL_FEATURES_QCOM.
p_next: *mut c_voidOptional, may be null.
data_graph_model: u32Implementations§
Source§impl PhysicalDeviceDataGraphModelFeaturesQCOM
impl PhysicalDeviceDataGraphModelFeaturesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceDataGraphModelFeaturesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDataGraphModelFeaturesQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDataGraphModelFeaturesQCOM
impl Clone for PhysicalDeviceDataGraphModelFeaturesQCOM
Source§fn clone(&self) -> PhysicalDeviceDataGraphModelFeaturesQCOM
fn clone(&self) -> PhysicalDeviceDataGraphModelFeaturesQCOM
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 moreSource§impl Default for PhysicalDeviceDataGraphModelFeaturesQCOM
impl Default for PhysicalDeviceDataGraphModelFeaturesQCOM
Source§fn default() -> PhysicalDeviceDataGraphModelFeaturesQCOM
fn default() -> PhysicalDeviceDataGraphModelFeaturesQCOM
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceDataGraphModelFeaturesQCOM
impl ExtendsDeviceCreateInfo for PhysicalDeviceDataGraphModelFeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDataGraphModelFeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDataGraphModelFeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceDataGraphModelFeaturesQCOM
impl !Send for PhysicalDeviceDataGraphModelFeaturesQCOM
impl !Sync for PhysicalDeviceDataGraphModelFeaturesQCOM
impl Unpin for PhysicalDeviceDataGraphModelFeaturesQCOM
impl UnsafeUnpin for PhysicalDeviceDataGraphModelFeaturesQCOM
impl UnwindSafe for PhysicalDeviceDataGraphModelFeaturesQCOM
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