Struct nannou::ui::backend::glium::glium::program::Binary[][src]

pub struct Binary {
    pub format: u32,
    pub content: Vec<u8>,
}

Represents the compiled binary data of a program.

Fields

An implementation-defined format.

The binary data.

Trait Implementations

impl<'a> From<Binary> for ProgramCreationInput<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Binary

impl Sync for Binary