Enum object::write::StandardSection [−][src]
pub enum StandardSection { Text, Data, ReadOnlyData, ReadOnlyDataWithRel, ReadOnlyString, UninitializedData, Tls, UninitializedTls, TlsVariables, Common, }
A standard section kind.
Variants
Zero-fill TLS initializers. Unsupported for COFF.
TLS variable structures. Only supported for Mach-O.
Common data. Only supported for Mach-O.
Implementations
impl StandardSection
[src]
impl StandardSection
[src]pub fn kind(self) -> SectionKind
[src]
Return the section kind of a standard section.
Trait Implementations
impl Clone for StandardSection
[src]
impl Clone for StandardSection
[src]fn clone(&self) -> StandardSection
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for StandardSection
[src]
impl Copy for StandardSection
[src]impl Eq for StandardSection
[src]
impl Eq for StandardSection
[src]impl Hash for StandardSection
[src]
impl Hash for StandardSection
[src]impl Ord for StandardSection
[src]
impl Ord for StandardSection
[src]impl PartialEq<StandardSection> for StandardSection
[src]
impl PartialEq<StandardSection> for StandardSection
[src]impl PartialOrd<StandardSection> for StandardSection
[src]
impl PartialOrd<StandardSection> for StandardSection
[src]fn partial_cmp(&self, other: &StandardSection) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for StandardSection
[src]
impl StructuralEq for StandardSection
[src]impl StructuralPartialEq for StandardSection
[src]
impl StructuralPartialEq for StandardSection
[src]Auto Trait Implementations
impl RefUnwindSafe for StandardSection
impl RefUnwindSafe for StandardSection
impl Send for StandardSection
impl Send for StandardSection
impl Sync for StandardSection
impl Sync for StandardSection
impl Unpin for StandardSection
impl Unpin for StandardSection
impl UnwindSafe for StandardSection
impl UnwindSafe for StandardSection