#[repr(C)]pub struct PhysicalDeviceDataGraphFeaturesARM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub data_graph: Bool32,
pub data_graph_update_after_bind: Bool32,
pub data_graph_specialization_constants: Bool32,
pub data_graph_descriptor_buffer: Bool32,
pub data_graph_shader_module: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§data_graph: Bool32§data_graph_update_after_bind: Bool32§data_graph_specialization_constants: Bool32§data_graph_descriptor_buffer: Bool32§data_graph_shader_module: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceDataGraphFeaturesARM<'a>
impl<'a> PhysicalDeviceDataGraphFeaturesARM<'a>
pub fn data_graph(self, data_graph: bool) -> Self
pub fn data_graph_update_after_bind( self, data_graph_update_after_bind: bool, ) -> Self
pub fn data_graph_specialization_constants( self, data_graph_specialization_constants: bool, ) -> Self
pub fn data_graph_descriptor_buffer( self, data_graph_descriptor_buffer: bool, ) -> Self
pub fn data_graph_shader_module(self, data_graph_shader_module: bool) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceDataGraphFeaturesARM<'a>
impl<'a> Clone for PhysicalDeviceDataGraphFeaturesARM<'a>
Source§fn clone(&self) -> PhysicalDeviceDataGraphFeaturesARM<'a>
fn clone(&self) -> PhysicalDeviceDataGraphFeaturesARM<'a>
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<'a> Debug for PhysicalDeviceDataGraphFeaturesARM<'a>
impl<'a> Debug for PhysicalDeviceDataGraphFeaturesARM<'a>
Source§impl Default for PhysicalDeviceDataGraphFeaturesARM<'_>
impl Default for PhysicalDeviceDataGraphFeaturesARM<'_>
Source§impl<'a> TaggedStructure for PhysicalDeviceDataGraphFeaturesARM<'a>
impl<'a> TaggedStructure for PhysicalDeviceDataGraphFeaturesARM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DATA_GRAPH_FEATURES_ARM
impl<'a> Copy for PhysicalDeviceDataGraphFeaturesARM<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceDataGraphFeaturesARM<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDataGraphFeaturesARM<'_>
impl Send for PhysicalDeviceDataGraphFeaturesARM<'_>
impl Sync for PhysicalDeviceDataGraphFeaturesARM<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDataGraphFeaturesARM<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDataGraphFeaturesARM<'a>
impl<'a> Unpin for PhysicalDeviceDataGraphFeaturesARM<'a>
impl<'a> UnwindSafe for PhysicalDeviceDataGraphFeaturesARM<'a>
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