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