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