#[repr(C)]pub struct ImagePipeSurfaceCreateInfoFUCHSIA {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: ImagePipeSurfaceCreateFlagsFUCHSIA,
pub image_pipe_handle: zx_handle_t,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: ImagePipeSurfaceCreateFlagsFUCHSIAimage_pipe_handle: zx_handle_tTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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