Struct kvm_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: __u32msr: __u32blob_addr_32: __u64blob_addr_64: __u64blob_size_32: __u8blob_size_64: __u8pad2: [__u8; 30]Trait Implementations
sourceimpl Clone for kvm_xen_hvm_config
impl Clone for kvm_xen_hvm_config
sourcefn clone(&self) -> kvm_xen_hvm_config
fn clone(&self) -> kvm_xen_hvm_config
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for kvm_xen_hvm_config
impl Debug for kvm_xen_hvm_config
sourceimpl Default for kvm_xen_hvm_config
impl Default for kvm_xen_hvm_config
sourcefn default() -> kvm_xen_hvm_config
fn default() -> kvm_xen_hvm_config
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_xen_hvm_config> for kvm_xen_hvm_config
impl PartialEq<kvm_xen_hvm_config> for kvm_xen_hvm_config
sourcefn eq(&self, other: &kvm_xen_hvm_config) -> bool
fn eq(&self, other: &kvm_xen_hvm_config) -> bool
impl Copy for kvm_xen_hvm_config
impl StructuralPartialEq 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more