pub struct FinalizedSection { /* private fields */ }Expand description
A section whose buffer has been finalized, ready for linking.
Implementations§
Auto Trait Implementations§
impl Freeze for FinalizedSection
impl RefUnwindSafe for FinalizedSection
impl Send for FinalizedSection
impl Sync for FinalizedSection
impl Unpin for FinalizedSection
impl UnsafeUnpin for FinalizedSection
impl UnwindSafe for FinalizedSection
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