#[repr(C)]
pub struct Line { pub line: [[f32; 4]], }

Fields

line: [[f32; 4]]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more