[][src]Trait brs::read::HasHeader2

pub trait HasHeader2 {
    fn header2(&self) -> &Header2;

    fn mods(&self) -> &[String] { ... }
fn brick_assets(&self) -> &[String] { ... }
fn colors(&self) -> &[Color] { ... }
fn materials(&self) -> &[String] { ... }
fn brick_owners(&self) -> &[User] { ... } }

Exposes information available in the second header.

Required methods

fn header2(&self) -> &Header2

Loading content...

Provided methods

fn mods(&self) -> &[String]

fn brick_assets(&self) -> &[String]

fn colors(&self) -> &[Color]

fn materials(&self) -> &[String]

fn brick_owners(&self) -> &[User]

Loading content...

Implementors

impl HasHeader2 for ReaderAfterBricks[src]

impl<R: Read> HasHeader2 for ReaderAfterHeader2<R>[src]

Loading content...