Struct ash::vk::StreamDescriptorSurfaceCreateInfoGGP [−][src]
#[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: StructureTypep_next: *const c_voidflags: StreamDescriptorSurfaceCreateFlagsGGPstream_descriptor: GgpStreamDescriptorImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for StreamDescriptorSurfaceCreateInfoGGP
impl !Sync for StreamDescriptorSurfaceCreateInfoGGP
Blanket Implementations
Mutably borrows from an owned value. Read more