Type Definition vm_control::gpu::ModifyGpuResult

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

Trait Implementations§

source§

impl From<VmResponse> for ModifyGpuResult

source§

fn from(response: VmResponse) -> Self

Converts to this type from the input type.