Struct aflak_imgui::FontTextureHandle[][src]

pub struct FontTextureHandle<'a> {
    pub width: u32,
    pub height: u32,
    pub pixels: &'a [c_uchar],
}

Fields

Auto Trait Implementations

impl<'a> Send for FontTextureHandle<'a>

impl<'a> Sync for FontTextureHandle<'a>