pub struct PerTileBeginInfoQCOMBuilder<'a> { /* private fields */ }Expand description
Builder for PerTileBeginInfoQCOM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PerTileBeginInfoQCOMBuilder<'a>
impl<'a> PerTileBeginInfoQCOMBuilder<'a>
Sourcepub fn push_next<T>(self, next: &'a mut T) -> PerTileBeginInfoQCOMBuilder<'a>where
T: ExtendsPerTileBeginInfoQCOM,
pub fn push_next<T>(self, next: &'a mut T) -> PerTileBeginInfoQCOMBuilder<'a>where
T: ExtendsPerTileBeginInfoQCOM,
Prepend a struct to the pNext chain. See PerTileBeginInfoQCOM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> Deref for PerTileBeginInfoQCOMBuilder<'a>
Source§type Target = PerTileBeginInfoQCOM
type Target = PerTileBeginInfoQCOM
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> DerefMut for PerTileBeginInfoQCOMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> RefUnwindSafe for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> !Send for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> !Sync for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> Unpin for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> UnsafeUnpin for PerTileBeginInfoQCOMBuilder<'a>
impl<'a> UnwindSafe for PerTileBeginInfoQCOMBuilder<'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