Struct xmas_elf::sections::Rela [] [src]

#[repr(C)]
pub struct Rela<P> { /* fields omitted */ }

Methods

impl Rela<P32>
[src]

[src]

[src]

[src]

[src]

impl Rela<P64>
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<P: Debug> Debug for Rela<P>
[src]

[src]

Formats the value using the given formatter. Read more

impl<P> Pod for Rela<P>
[src]

Auto Trait Implementations

impl<P> Send for Rela<P> where
    P: Send

impl<P> Sync for Rela<P> where
    P: Sync