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