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