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