#[repr(C)]pub struct xen_hvm_get_mem_type {
pub domid: domid_t,
pub mem_type: u16,
pub pad: [u16; 2],
pub pfn: u64,
}Fields§
§domid: domid_t§mem_type: u16§pad: [u16; 2]§pfn: u64Trait Implementations§
Source§impl Clone for xen_hvm_get_mem_type
impl Clone for xen_hvm_get_mem_type
Source§fn clone(&self) -> xen_hvm_get_mem_type
fn clone(&self) -> xen_hvm_get_mem_type
Returns a duplicate 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 xen_hvm_get_mem_type
impl Debug for xen_hvm_get_mem_type
Source§impl Default for xen_hvm_get_mem_type
impl Default for xen_hvm_get_mem_type
Source§fn default() -> xen_hvm_get_mem_type
fn default() -> xen_hvm_get_mem_type
Returns the “default value” for a type. Read more
impl Copy for xen_hvm_get_mem_type
Auto Trait Implementations§
impl Freeze for xen_hvm_get_mem_type
impl RefUnwindSafe for xen_hvm_get_mem_type
impl Send for xen_hvm_get_mem_type
impl Sync for xen_hvm_get_mem_type
impl Unpin for xen_hvm_get_mem_type
impl UnsafeUnpin for xen_hvm_get_mem_type
impl UnwindSafe for xen_hvm_get_mem_type
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