pub struct SectionData { /* private fields */ }
Expand description
A ROM section’s data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SectionData
impl RefUnwindSafe for SectionData
impl Send for SectionData
impl Sync for SectionData
impl Unpin for SectionData
impl UnwindSafe for SectionData
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