Struct kvm_sys::x86::bindings::kvm_xen_hvm_config
source · #[repr(C)]pub struct kvm_xen_hvm_config {
pub flags: u32,
pub msr: u32,
pub blob_addr_32: u64,
pub blob_addr_64: u64,
pub blob_size_32: u8,
pub blob_size_64: u8,
pub pad2: [u8; 30],
}
Fields§
§flags: u32
§msr: u32
§blob_addr_32: u64
§blob_addr_64: u64
§blob_size_32: u8
§blob_size_64: u8
§pad2: [u8; 30]
Trait Implementations§
source§impl Clone for kvm_xen_hvm_config
impl Clone for kvm_xen_hvm_config
source§fn clone(&self) -> kvm_xen_hvm_config
fn clone(&self) -> kvm_xen_hvm_config
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_xen_hvm_config
impl Debug for kvm_xen_hvm_config
source§impl Default for kvm_xen_hvm_config
impl Default for kvm_xen_hvm_config
source§fn default() -> kvm_xen_hvm_config
fn default() -> kvm_xen_hvm_config
Returns the “default value” for a type. Read more
impl Copy for kvm_xen_hvm_config
Auto Trait Implementations§
impl RefUnwindSafe for kvm_xen_hvm_config
impl Send for kvm_xen_hvm_config
impl Sync for kvm_xen_hvm_config
impl Unpin for kvm_xen_hvm_config
impl UnwindSafe for kvm_xen_hvm_config
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