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