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: StructureType
p_next: *const c_void
flags: StreamDescriptorSurfaceCreateFlagsGGP
stream_descriptor: GgpStreamDescriptor
Implementations
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