Struct baimax::ast::RawFileTrailer [] [src]

pub struct RawFileTrailer<'a> {
    pub control_total: &'a [u8],
    pub groups_num: &'a [u8],
    pub records_num: &'a [u8],
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more