#[repr(C)]pub struct xen_remove_from_physmap {
pub domid: domid_t,
pub gpfn: xen_pfn_t,
}Fields§
§domid: domid_t§gpfn: xen_pfn_tTrait Implementations§
Source§impl Clone for xen_remove_from_physmap
impl Clone for xen_remove_from_physmap
Source§fn clone(&self) -> xen_remove_from_physmap
fn clone(&self) -> xen_remove_from_physmap
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_remove_from_physmap
impl Debug for xen_remove_from_physmap
Source§impl Default for xen_remove_from_physmap
impl Default for xen_remove_from_physmap
Source§fn default() -> xen_remove_from_physmap
fn default() -> xen_remove_from_physmap
Returns the “default value” for a type. Read more
impl Copy for xen_remove_from_physmap
Auto Trait Implementations§
impl Freeze for xen_remove_from_physmap
impl RefUnwindSafe for xen_remove_from_physmap
impl Send for xen_remove_from_physmap
impl Sync for xen_remove_from_physmap
impl Unpin for xen_remove_from_physmap
impl UnwindSafe for xen_remove_from_physmap
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