Struct ash::vk::ImagePipeSurfaceCreateInfoFUCHSIA [−][src]
#[repr(C)]pub struct ImagePipeSurfaceCreateInfoFUCHSIA { pub s_type: StructureType, pub p_next: *const c_void, pub flags: ImagePipeSurfaceCreateFlagsFUCHSIA, pub image_pipe_handle: zx_handle_t, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: ImagePipeSurfaceCreateFlagsFUCHSIA
image_pipe_handle: zx_handle_t
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ImagePipeSurfaceCreateInfoFUCHSIA
impl !Sync for ImagePipeSurfaceCreateInfoFUCHSIA
impl Unpin for ImagePipeSurfaceCreateInfoFUCHSIA
Blanket Implementations
Mutably borrows from an owned value. Read more