Type Alias vm_control::gpu::ModifyGpuResult

source ·
pub type ModifyGpuResult = Result<GpuControlResult, ModifyGpuError>;

Aliased Type§

enum ModifyGpuResult {
    Ok(GpuControlResult),
    Err(ModifyGpuError),
}

Variants§

§1.0.0

Ok(GpuControlResult)

Contains the success value

§1.0.0

Err(ModifyGpuError)

Contains the error value

Trait Implementations§

source§

impl From<VmResponse> for ModifyGpuResult

source§

fn from(response: VmResponse) -> Self

Converts to this type from the input type.