Struct screen_13::prelude::vk::StreamDescriptorSurfaceCreateInfoGGP
source · pub struct StreamDescriptorSurfaceCreateInfoGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: StreamDescriptorSurfaceCreateFlagsGGP,
pub stream_descriptor: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: StreamDescriptorSurfaceCreateFlagsGGP§stream_descriptor: u32Implementations§
source§impl StreamDescriptorSurfaceCreateInfoGGP
impl StreamDescriptorSurfaceCreateInfoGGP
pub fn builder<'a>() -> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
Trait Implementations§
source§impl Clone for StreamDescriptorSurfaceCreateInfoGGP
impl Clone for StreamDescriptorSurfaceCreateInfoGGP
source§fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for StreamDescriptorSurfaceCreateInfoGGP
impl Default for StreamDescriptorSurfaceCreateInfoGGP
source§fn default() -> StreamDescriptorSurfaceCreateInfoGGP
fn default() -> StreamDescriptorSurfaceCreateInfoGGP
Returns the “default value” for a type. Read more