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