pub struct ProcessDef {
pub vmos: Option<Vec<u64>>,
pub mappings: Option<Vec<Mapping>>,
pub __source_breaking: SourceBreaking,
}
Fields§
§vmos: Option<Vec<u64>>
§mappings: Option<Vec<Mapping>>
§__source_breaking: SourceBreaking
Implementations§
Source§impl ProcessDef
impl ProcessDef
Trait Implementations§
Source§impl Clone for ProcessDef
impl Clone for ProcessDef
Source§fn clone(&self) -> ProcessDef
fn clone(&self) -> ProcessDef
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 ProcessDef
impl Debug for ProcessDef
Source§impl PartialEq for ProcessDef
impl PartialEq for ProcessDef
impl StructuralPartialEq for ProcessDef
Auto Trait Implementations§
impl Freeze for ProcessDef
impl RefUnwindSafe for ProcessDef
impl Send for ProcessDef
impl Sync for ProcessDef
impl Unpin for ProcessDef
impl UnwindSafe for ProcessDef
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