pub struct SectionInheritOptions {
pub start_address: u32,
pub end_address: u32,
pub comments: Comments,
pub migration: Option<MigrateSection>,
}Fields§
§start_address: u32§end_address: u32§comments: Comments§migration: Option<MigrateSection>Auto Trait Implementations§
impl Freeze for SectionInheritOptions
impl RefUnwindSafe for SectionInheritOptions
impl Send for SectionInheritOptions
impl Sync for SectionInheritOptions
impl Unpin for SectionInheritOptions
impl UnsafeUnpin for SectionInheritOptions
impl UnwindSafe for SectionInheritOptions
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