#[repr(C)]pub struct PhysicalDeviceMultiDrawFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub multi_draw: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmulti_draw: u32Implementations
sourceimpl PhysicalDeviceMultiDrawFeaturesEXT
impl PhysicalDeviceMultiDrawFeaturesEXT
pub fn builder<'a>() -> PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceMultiDrawFeaturesEXT
impl Clone for PhysicalDeviceMultiDrawFeaturesEXT
sourcefn clone(&self) -> PhysicalDeviceMultiDrawFeaturesEXT
fn clone(&self) -> PhysicalDeviceMultiDrawFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceMultiDrawFeaturesEXT
impl Default for PhysicalDeviceMultiDrawFeaturesEXT
sourcefn default() -> PhysicalDeviceMultiDrawFeaturesEXT
fn default() -> PhysicalDeviceMultiDrawFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceMultiDrawFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceMultiDrawFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultiDrawFeaturesEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceMultiDrawFeaturesEXT
impl !Send for PhysicalDeviceMultiDrawFeaturesEXT
impl !Sync for PhysicalDeviceMultiDrawFeaturesEXT
impl Unpin for PhysicalDeviceMultiDrawFeaturesEXT
impl UnwindSafe for PhysicalDeviceMultiDrawFeaturesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more