#[repr(C)]pub struct PhysicalDeviceDataGraphFeaturesARM {
pub s_type: StructureType,
pub 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,
}Expand description
Fields§
§s_type: StructureType§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: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceDataGraphFeaturesARM
impl Clone for PhysicalDeviceDataGraphFeaturesARM
Source§fn clone(&self) -> PhysicalDeviceDataGraphFeaturesARM
fn clone(&self) -> PhysicalDeviceDataGraphFeaturesARM
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 PartialEq for PhysicalDeviceDataGraphFeaturesARM
impl PartialEq for PhysicalDeviceDataGraphFeaturesARM
Source§fn eq(&self, other: &PhysicalDeviceDataGraphFeaturesARM) -> bool
fn eq(&self, other: &PhysicalDeviceDataGraphFeaturesARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceDataGraphFeaturesARM
impl Eq for PhysicalDeviceDataGraphFeaturesARM
impl Send for PhysicalDeviceDataGraphFeaturesARM
impl StructuralPartialEq for PhysicalDeviceDataGraphFeaturesARM
impl Sync for PhysicalDeviceDataGraphFeaturesARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDataGraphFeaturesARM
impl RefUnwindSafe for PhysicalDeviceDataGraphFeaturesARM
impl Unpin for PhysicalDeviceDataGraphFeaturesARM
impl UnwindSafe for PhysicalDeviceDataGraphFeaturesARM
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