Struct mach_o::Section [] [src]

pub struct Section<'a> { /* fields omitted */ }

A section in the mach-o file.

Methods

impl<'a> Section<'a>
[src]

Get this section's name.

Get this section's segment's name.

Get this section's vm address.

Get this section's data.

Trait Implementations

impl<'a> Copy for Section<'a>
[src]

impl<'a> Clone for Section<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Section<'a>
[src]

Formats the value using the given formatter.