pub struct StreamDescriptorSurfaceCreateInfoGGPBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
impl<'a> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
pub fn flags(
self,
flags: StreamDescriptorSurfaceCreateFlagsGGP
) -> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
pub fn stream_descriptor(
self,
stream_descriptor: u32
) -> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
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>
§type Target = StreamDescriptorSurfaceCreateInfoGGP
type Target = StreamDescriptorSurfaceCreateInfoGGP
The resulting type after dereferencing.