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