#[repr(transparent)]pub struct PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
pub fn max_multi_draw_count(
self,
max_multi_draw_count: u32
) -> PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceMultiDrawPropertiesEXT
pub fn build(self) -> PhysicalDeviceMultiDrawPropertiesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations
sourceimpl<'a> Deref for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
type Target = PhysicalDeviceMultiDrawPropertiesEXT
type Target = PhysicalDeviceMultiDrawPropertiesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
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