pub enum OutputSectionType {
NoLoad,
DSect,
Copy,
Info,
Overlay,
}
Variants§
Trait Implementations§
Source§impl Debug for OutputSectionType
impl Debug for OutputSectionType
Source§impl PartialEq for OutputSectionType
impl PartialEq for OutputSectionType
impl StructuralPartialEq for OutputSectionType
Auto Trait Implementations§
impl Freeze for OutputSectionType
impl RefUnwindSafe for OutputSectionType
impl Send for OutputSectionType
impl Sync for OutputSectionType
impl Unpin for OutputSectionType
impl UnwindSafe for OutputSectionType
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