Struct kvm_memory_attributes
#[repr(C)]pub struct kvm_memory_attributes {
pub address: u64,
pub size: u64,
pub attributes: u64,
pub flags: u64,
}
Fields§
§address: u64
§size: u64
§attributes: u64
§flags: u64
Trait Implementations§
§impl Clone for kvm_memory_attributes
impl Clone for kvm_memory_attributes
§fn clone(&self) -> kvm_memory_attributes
fn clone(&self) -> kvm_memory_attributes
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 more§impl Debug for kvm_memory_attributes
impl Debug for kvm_memory_attributes
§impl Default for kvm_memory_attributes
impl Default for kvm_memory_attributes
§fn default() -> kvm_memory_attributes
fn default() -> kvm_memory_attributes
Returns the “default value” for a type. Read more
§impl PartialEq for kvm_memory_attributes
impl PartialEq for kvm_memory_attributes
impl Copy for kvm_memory_attributes
impl StructuralPartialEq for kvm_memory_attributes
Auto Trait Implementations§
impl Freeze for kvm_memory_attributes
impl RefUnwindSafe for kvm_memory_attributes
impl Send for kvm_memory_attributes
impl Sync for kvm_memory_attributes
impl Unpin for kvm_memory_attributes
impl UnwindSafe for kvm_memory_attributes
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