[][src]Struct ilmenite::shaders::glyph_cs::ty::LineData

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

Fields

point: [[f32; 4]]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]