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