[−][src]Struct imgui_sys::ImFontAtlas
Fields
Locked: bool
Flags: ImFontAtlasFlags
TexID: ImTextureID
TexDesiredWidth: c_int
TexGlyphPadding: c_int
TexPixelsAlpha8: *mut c_uchar
TexPixelsRGBA32: *mut c_uint
TexWidth: c_int
TexHeight: c_int
TexUvScale: ImVec2
TexUvWhitePixel: ImVec2
Fonts: ImVector_ImFontPtr
CustomRects: ImVector_ImFontAtlasCustomRect
ConfigData: ImVector_ImFontConfig
CustomRectIds: [c_int; 1]
Trait Implementations
impl Clone for ImFontAtlas
[src]
fn clone(&self) -> ImFontAtlas
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImFontAtlas
[src]
impl Debug for ImFontAtlas
[src]
impl Default for ImFontAtlas
[src]
impl PartialEq<ImFontAtlas> for ImFontAtlas
[src]
fn eq(&self, other: &ImFontAtlas) -> bool
[src]
fn ne(&self, other: &ImFontAtlas) -> bool
[src]
impl StructuralPartialEq for ImFontAtlas
[src]
Auto Trait Implementations
impl RefUnwindSafe for ImFontAtlas
impl !Send for ImFontAtlas
impl !Sync for ImFontAtlas
impl Unpin for ImFontAtlas
impl UnwindSafe for ImFontAtlas
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,