pub enum ModifyGpuError {
SocketFailed,
UnexpectedResponse(VmResponse),
UnknownCommand(String),
GpuControl(GpuControlResult),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModifyGpuError
impl RefUnwindSafe for ModifyGpuError
impl Send for ModifyGpuError
impl Sync for ModifyGpuError
impl Unpin for ModifyGpuError
impl UnwindSafe for ModifyGpuError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more