pub struct Version {
pub current: i64,
pub mininum: i64,
}
Expand description
The version specification of the QEMU plugin API
Fields§
§current: i64
Current plugin API version
mininum: i64
Minimum plugin API version
Trait Implementations§
Source§impl From<&qemu_info_t__bindgen_ty_1> for Version
impl From<&qemu_info_t__bindgen_ty_1> for Version
Source§fn from(value: &qemu_info_t__bindgen_ty_1) -> Self
fn from(value: &qemu_info_t__bindgen_ty_1) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Version
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
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