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