Struct xenplatform::boot::DomainSegment
source · pub struct DomainSegment {
pub vstart: u64,
pub vend: u64,
pub pfn: u64,
pub addr: u64,
pub size: u64,
pub pages: u64,
}Fields§
§vstart: u64§vend: u64§pfn: u64§addr: u64§size: u64§pages: u64Trait Implementations§
source§impl Clone for DomainSegment
impl Clone for DomainSegment
source§fn clone(&self) -> DomainSegment
fn clone(&self) -> DomainSegment
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 moresource§impl Debug for DomainSegment
impl Debug for DomainSegment
source§impl Default for DomainSegment
impl Default for DomainSegment
source§fn default() -> DomainSegment
fn default() -> DomainSegment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DomainSegment
impl RefUnwindSafe for DomainSegment
impl Send for DomainSegment
impl Sync for DomainSegment
impl Unpin for DomainSegment
impl UnwindSafe for DomainSegment
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)