Struct elfloader::elf::StrOffset[][src]

pub struct StrOffset(pub u32);

Trait Implementations

impl Copy for StrOffset
[src]

impl Clone for StrOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StrOffset
[src]

Formats the value using the given formatter. Read more

impl Display for StrOffset
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StrOffset

impl Sync for StrOffset