#[repr(C)]pub struct PhysicalDeviceNestedCommandBufferPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub max_command_buffer_nesting_level: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§max_command_buffer_nesting_level: u32Trait Implementations§
Source§impl Cast for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl Cast for PhysicalDeviceNestedCommandBufferPropertiesEXT
Source§type Target = PhysicalDeviceNestedCommandBufferPropertiesEXT
type Target = PhysicalDeviceNestedCommandBufferPropertiesEXT
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl Clone for PhysicalDeviceNestedCommandBufferPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceNestedCommandBufferPropertiesEXT
fn clone(&self) -> PhysicalDeviceNestedCommandBufferPropertiesEXT
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 PhysicalDeviceNestedCommandBufferPropertiesEXT
impl Default for PhysicalDeviceNestedCommandBufferPropertiesEXT
Source§fn default() -> PhysicalDeviceNestedCommandBufferPropertiesEXT
fn default() -> PhysicalDeviceNestedCommandBufferPropertiesEXT
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl HasBuilder<'static> for PhysicalDeviceNestedCommandBufferPropertiesEXT
Source§impl InputChainStruct for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl InputChainStruct for PhysicalDeviceNestedCommandBufferPropertiesEXT
Source§const TYPE: StructureType = StructureType::PHYSICAL_DEVICE_NESTED_COMMAND_BUFFER_PROPERTIES_EXT
const TYPE: StructureType = StructureType::PHYSICAL_DEVICE_NESTED_COMMAND_BUFFER_PROPERTIES_EXT
The structure type for this struct type.
Source§fn s_type(&self) -> StructureType
fn s_type(&self) -> StructureType
The structure type for this struct.
Source§impl PartialEq for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl PartialEq for PhysicalDeviceNestedCommandBufferPropertiesEXT
Source§fn eq(&self, other: &PhysicalDeviceNestedCommandBufferPropertiesEXT) -> bool
fn eq(&self, other: &PhysicalDeviceNestedCommandBufferPropertiesEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl Eq for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl Send for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl StructuralPartialEq for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl Sync for PhysicalDeviceNestedCommandBufferPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl Unpin for PhysicalDeviceNestedCommandBufferPropertiesEXT
impl UnwindSafe for PhysicalDeviceNestedCommandBufferPropertiesEXT
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