Struct ash::vk::StreamDescriptorSurfaceCreateInfoGGP
source · #[repr(C)]pub struct StreamDescriptorSurfaceCreateInfoGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: StreamDescriptorSurfaceCreateFlagsGGP,
pub stream_descriptor: GgpStreamDescriptor,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: StreamDescriptorSurfaceCreateFlagsGGP
§stream_descriptor: GgpStreamDescriptor
Implementations§
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 more