Struct kvm_sys::x86::bindings::kvm_s390_pv_info_vm
source · #[repr(C)]pub struct kvm_s390_pv_info_vm {
pub inst_calls_list: [u64; 4],
pub max_cpus: u64,
pub max_guests: u64,
pub max_guest_addr: u64,
pub feature_indication: u64,
}
Fields§
§inst_calls_list: [u64; 4]
§max_cpus: u64
§max_guests: u64
§max_guest_addr: u64
§feature_indication: u64
Trait Implementations§
source§impl Clone for kvm_s390_pv_info_vm
impl Clone for kvm_s390_pv_info_vm
source§fn clone(&self) -> kvm_s390_pv_info_vm
fn clone(&self) -> kvm_s390_pv_info_vm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for kvm_s390_pv_info_vm
impl Debug for kvm_s390_pv_info_vm
source§impl Default for kvm_s390_pv_info_vm
impl Default for kvm_s390_pv_info_vm
source§fn default() -> kvm_s390_pv_info_vm
fn default() -> kvm_s390_pv_info_vm
Returns the “default value” for a type. Read more
impl Copy for kvm_s390_pv_info_vm
Auto Trait Implementations§
impl RefUnwindSafe for kvm_s390_pv_info_vm
impl Send for kvm_s390_pv_info_vm
impl Sync for kvm_s390_pv_info_vm
impl Unpin for kvm_s390_pv_info_vm
impl UnwindSafe for kvm_s390_pv_info_vm
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