pub struct StreamDescriptorSurfaceCreateInfoGGPBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
impl<'a> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
pub fn flags(self, flags: StreamDescriptorSurfaceCreateFlagsGGP) -> Self
pub fn stream_descriptor(self, stream_descriptor: GgpStreamDescriptor) -> Self
sourcepub fn build(self) -> StreamDescriptorSurfaceCreateInfoGGP
pub fn build(self) -> StreamDescriptorSurfaceCreateInfoGGP
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
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> 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