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