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