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