Struct xmas_elf::header::Header [] [src]

pub struct Header<'a> {
    pub pt1: &'a HeaderPt1,
    pub pt2: HeaderPt2<'a>,
}

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.

impl<'a> Display for Header<'a>
[src]

Formats the value using the given formatter. Read more