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