Struct machinery_api::plugins::ui::Draw2dFontT [−][src]
#[repr(C)]pub struct Draw2dFontT { pub vbuffer_offset: u32, pub _padding_142: [c_char; 4], pub info: *const FontT, }
Fields
vbuffer_offset: u32_padding_142: [c_char; 4]info: *const FontTTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Draw2dFontT
impl !Send for Draw2dFontT
impl !Sync for Draw2dFontT
impl Unpin for Draw2dFontT
impl UnwindSafe for Draw2dFontT
Blanket Implementations
Mutably borrows from an owned value. Read more