Struct quake3_loader::Brush [] [src]

pub struct Brush {
    pub brush_side: i32,
    pub num_brush_sides: i32,
    pub texture: i32,
}

Fields

Trait Implementations

impl Debug for Brush
[src]

Formats the value using the given formatter.