#[repr(C)]pub struct xenpf_read_memtype {
pub reg: u32,
pub mfn: xen_pfn_t,
pub nr_mfns: u64,
pub type_: u32,
}Fields§
§reg: u32§mfn: xen_pfn_t§nr_mfns: u64§type_: u32Trait Implementations§
Source§impl Clone for xenpf_read_memtype
impl Clone for xenpf_read_memtype
Source§fn clone(&self) -> xenpf_read_memtype
fn clone(&self) -> xenpf_read_memtype
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 xenpf_read_memtype
impl Debug for xenpf_read_memtype
Source§impl Default for xenpf_read_memtype
impl Default for xenpf_read_memtype
Source§fn default() -> xenpf_read_memtype
fn default() -> xenpf_read_memtype
Returns the “default value” for a type. Read more
impl Copy for xenpf_read_memtype
Auto Trait Implementations§
impl Freeze for xenpf_read_memtype
impl RefUnwindSafe for xenpf_read_memtype
impl Send for xenpf_read_memtype
impl Sync for xenpf_read_memtype
impl Unpin for xenpf_read_memtype
impl UnwindSafe for xenpf_read_memtype
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