Struct baimax::ast::RawAccountTrailer [] [src]

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

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more