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