Struct baimax::ast::RawFileHeader [] [src]

pub struct RawFileHeader<'a> {
    pub sender_ident: &'a [u8],
    pub receiver_ident: &'a [u8],
    pub creation_date: &'a [u8],
    pub creation_time: &'a [u8],
    pub ident_num: &'a [u8],
    pub physical_record_len: Option<&'a [u8]>,
    pub block_size: Option<&'a [u8]>,
    pub version_number: &'a [u8],
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more