#[repr(C)]pub struct ImFontGlyphRangesBuilder {
pub UsedChars: ImVector<ImU32>,
}Fields§
§UsedChars: ImVector<ImU32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ImFontGlyphRangesBuilder
impl !Send for ImFontGlyphRangesBuilder
impl !Sync for ImFontGlyphRangesBuilder
impl Freeze for ImFontGlyphRangesBuilder
impl Unpin for ImFontGlyphRangesBuilder
impl UnsafeUnpin for ImFontGlyphRangesBuilder
impl UnwindSafe for ImFontGlyphRangesBuilder
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