pub enum OutputSectionType {
NoLoad,
DSect,
Copy,
Info,
Overlay,
}
Variants§
Trait Implementations§
source§impl Debug for OutputSectionType
impl Debug for OutputSectionType
source§impl PartialEq<OutputSectionType> for OutputSectionType
impl PartialEq<OutputSectionType> for OutputSectionType
source§fn eq(&self, other: &OutputSectionType) -> bool
fn eq(&self, other: &OutputSectionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.