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

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

Fields

direction: [[f32; 4]]

Auto Trait Implementations

impl RefUnwindSafe for RayData

impl Send for RayData

impl Sync for RayData

impl Unpin for RayData

impl UnwindSafe for RayData

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]