Struct xmas_elf::header::Header
[−]
[src]
pub struct Header<'a> {
pub pt1: &'a HeaderPt1,
pub pt2: HeaderPt2<'a>,
}Fields
pt1: &'a HeaderPt1
pt2: HeaderPt2<'a>
Trait Implementations
impl<'a> Clone for Header<'a>[src]
fn clone(&self) -> Header<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Copy for Header<'a>[src]
impl<'a> Debug for Header<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more