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) -> Self
Sourcepub fn push_next<T: ExtendsDisplayEventInfoEXT>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsDisplayEventInfoEXT>(self, next: &'a mut T) -> Self
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>
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