Struct imgui_sys::ImFontAtlas[][src]

#[repr(C)]
pub struct ImFontAtlas {
Show 21 fields pub Flags: ImFontAtlasFlags, pub TexID: ImTextureID, pub TexDesiredWidth: c_int, pub TexGlyphPadding: c_int, pub Locked: bool, pub TexReady: bool, pub TexPixelsUseColors: bool, pub TexPixelsAlpha8: *mut c_uchar, pub TexPixelsRGBA32: *mut c_uint, pub TexWidth: c_int, pub TexHeight: c_int, pub TexUvScale: ImVec2, pub TexUvWhitePixel: ImVec2, pub Fonts: ImVector_ImFontPtr, pub CustomRects: ImVector_ImFontAtlasCustomRect, pub ConfigData: ImVector_ImFontConfig, pub TexUvLines: [ImVec4; 64], pub FontBuilderIO: *const ImFontBuilderIO, pub FontBuilderFlags: c_uint, pub PackIdMouseCursors: c_int, pub PackIdLines: c_int,
}

Fields

Flags: ImFontAtlasFlagsTexID: ImTextureIDTexDesiredWidth: c_intTexGlyphPadding: c_intLocked: boolTexReady: boolTexPixelsUseColors: boolTexPixelsAlpha8: *mut c_ucharTexPixelsRGBA32: *mut c_uintTexWidth: c_intTexHeight: c_intTexUvScale: ImVec2TexUvWhitePixel: ImVec2Fonts: ImVector_ImFontPtrCustomRects: ImVector_ImFontAtlasCustomRectConfigData: ImVector_ImFontConfigTexUvLines: [ImVec4; 64]FontBuilderIO: *const ImFontBuilderIOFontBuilderFlags: c_uintPackIdMouseCursors: c_intPackIdLines: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.