Function devices::virtio::gpu::build_rutabaga

source ยท
fn build_rutabaga(
    gpu_parameters: &GpuParameters,
    display_params: &[GpuDisplayParameters],
    rutabaga_component: RutabagaComponentType,
    rutabaga_channels: Vec<RutabagaChannel>,
    rutabaga_server_descriptor: Option<RutabagaDescriptor>,
    fence_handler: RutabagaFenceHandler,
) -> RutabagaResult<Rutabaga>