Struct kvm_bindings::kvm_memory_alias [−][src]
#[repr(C)]pub struct kvm_memory_alias {
pub slot: __u32,
pub flags: __u32,
pub guest_phys_addr: __u64,
pub memory_size: __u64,
pub target_phys_addr: __u64,
}Fields
slot: __u32flags: __u32guest_phys_addr: __u64memory_size: __u64target_phys_addr: __u64Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for kvm_memory_alias
impl Send for kvm_memory_alias
impl Sync for kvm_memory_alias
impl Unpin for kvm_memory_alias
impl UnwindSafe for kvm_memory_alias
Blanket Implementations
Mutably borrows from an owned value. Read more