Struct ash::vk::PhysicalDeviceDescriptorBufferFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceDescriptorBufferFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_buffer: Bool32,
pub descriptor_buffer_capture_replay: Bool32,
pub descriptor_buffer_image_layout_ignored: Bool32,
pub descriptor_buffer_push_descriptors: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§descriptor_buffer: Bool32
§descriptor_buffer_capture_replay: Bool32
§descriptor_buffer_image_layout_ignored: Bool32
§descriptor_buffer_push_descriptors: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceDescriptorBufferFeaturesEXT
impl Clone for PhysicalDeviceDescriptorBufferFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceDescriptorBufferFeaturesEXT
fn clone(&self) -> PhysicalDeviceDescriptorBufferFeaturesEXT
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 TaggedStructure for PhysicalDeviceDescriptorBufferFeaturesEXT
impl TaggedStructure for PhysicalDeviceDescriptorBufferFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_FEATURES_EXT
impl Copy for PhysicalDeviceDescriptorBufferFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorBufferFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorBufferFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDescriptorBufferFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceDescriptorBufferFeaturesEXT
impl !Send for PhysicalDeviceDescriptorBufferFeaturesEXT
impl !Sync for PhysicalDeviceDescriptorBufferFeaturesEXT
impl Unpin for PhysicalDeviceDescriptorBufferFeaturesEXT
impl UnwindSafe for PhysicalDeviceDescriptorBufferFeaturesEXT
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