pub struct PhysicalDeviceFormatPackFeaturesARMBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceFormatPackFeaturesARM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
pub fn format_pack(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceFormatPackFeaturesARM>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceFormatPackFeaturesARM>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceFormatPackFeaturesARM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> Deref for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> !Send for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFormatPackFeaturesARMBuilder<'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