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