Struct elfloader::elf::SectionFlag[][src]

pub struct SectionFlag(pub u64);

Wrapper type for SectionFlag

Trait Implementations

impl Copy for SectionFlag
[src]

impl Clone for SectionFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SectionFlag
[src]

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

This method tests for !=.

impl Debug for SectionFlag
[src]

Formats the value using the given formatter. Read more

impl Display for SectionFlag
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SectionFlag

impl Sync for SectionFlag