Struct mach_object::SectionFlags [] [src]

pub struct SectionFlags(_);

The flags field of a section structure is separated into two parts a section type and section attributes.

The section types are mutually exclusive (it can only have one type) but the section attributes are not (it may have more than one attribute).

Methods

impl SectionFlags
[src]

Trait Implementations

impl Debug for SectionFlags
[src]

[src]

Formats the value using the given formatter.

impl Copy for SectionFlags
[src]

impl Clone for SectionFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SectionFlags
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for SectionFlags
[src]

impl Into<u32> for SectionFlags
[src]

[src]

Performs the conversion.