Struct kvm_bindings::kvm_memory_region [−][src]
#[repr(C)]pub struct kvm_memory_region {
pub slot: __u32,
pub flags: __u32,
pub guest_phys_addr: __u64,
pub memory_size: __u64,
}Fields
slot: __u32flags: __u32guest_phys_addr: __u64memory_size: __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_region
impl Send for kvm_memory_region
impl Sync for kvm_memory_region
impl Unpin for kvm_memory_region
impl UnwindSafe for kvm_memory_region
Blanket Implementations
Mutably borrows from an owned value. Read more