pub struct FontAtlasPtr<'ui> { /* private fields */ }
Implementations§
Source§impl FontAtlasPtr<'_>
impl FontAtlasPtr<'_>
pub fn texture_id(&self) -> TextureId
pub fn texture_size(&self) -> [i32; 2]
pub fn get_custom_rect(&self, index: CustomRectIndex) -> ImFontAtlasCustomRect
Trait Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for FontAtlasPtr<'ui>
impl<'ui> !RefUnwindSafe for FontAtlasPtr<'ui>
impl<'ui> !Send for FontAtlasPtr<'ui>
impl<'ui> !Sync for FontAtlasPtr<'ui>
impl<'ui> Unpin for FontAtlasPtr<'ui>
impl<'ui> !UnwindSafe for FontAtlasPtr<'ui>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more