ImFontAtlasBuilder

Struct ImFontAtlasBuilder 

Source
#[repr(C)]
pub struct ImFontAtlasBuilder {
Show 20 fields pub PackContext: stbrp_context_opaque, pub PackNodes: ImVector<stbrp_node_im>, pub Rects: ImVector<ImTextureRect>, pub RectsIndex: ImVector<ImFontAtlasRectEntry>, pub TempBuffer: ImVector<c_uchar>, pub RectsIndexFreeListStart: c_int, pub RectsPackedCount: c_int, pub RectsPackedSurface: c_int, pub RectsDiscardedCount: c_int, pub RectsDiscardedSurface: c_int, pub FrameCount: c_int, pub MaxRectSize: ImVec2i, pub MaxRectBounds: ImVec2i, pub LockDisableResize: bool, pub PreloadedAllGlyphsRanges: bool, pub BakedPool: __BindgenOpaqueArray<u64, 3usize>, pub BakedMap: ImGuiStorage, pub BakedDiscardedCount: c_int, pub PackIdMouseCursors: ImFontAtlasRectId, pub PackIdLinesTexData: ImFontAtlasRectId,
}

Fields§

§PackContext: stbrp_context_opaque§PackNodes: ImVector<stbrp_node_im>§Rects: ImVector<ImTextureRect>§RectsIndex: ImVector<ImFontAtlasRectEntry>§TempBuffer: ImVector<c_uchar>§RectsIndexFreeListStart: c_int§RectsPackedCount: c_int§RectsPackedSurface: c_int§RectsDiscardedCount: c_int§RectsDiscardedSurface: c_int§FrameCount: c_int§MaxRectSize: ImVec2i§MaxRectBounds: ImVec2i§LockDisableResize: bool§PreloadedAllGlyphsRanges: bool§BakedPool: __BindgenOpaqueArray<u64, 3usize>§BakedMap: ImGuiStorage§BakedDiscardedCount: c_int§PackIdMouseCursors: ImFontAtlasRectId§PackIdLinesTexData: ImFontAtlasRectId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.