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