pub struct PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVertexAttributeDivisorProperties with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
pub fn max_vertex_attrib_divisor(self, value: u32) -> Self
pub fn supports_non_zero_first_instance(self, value: bool) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> !Send for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVertexAttributeDivisorPropertiesBuilder<'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