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