#[repr(C)]pub struct ImFontStackData {
pub Font: *mut ImFont,
pub FontSizeBeforeScaling: f32,
pub FontSizeAfterScaling: f32,
}Fields§
§Font: *mut ImFont§FontSizeBeforeScaling: f32§FontSizeAfterScaling: f32Trait Implementations§
Source§impl Clone for ImFontStackData
impl Clone for ImFontStackData
Source§fn clone(&self) -> ImFontStackData
fn clone(&self) -> ImFontStackData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImFontStackData
impl Debug for ImFontStackData
impl Copy for ImFontStackData
Auto Trait Implementations§
impl Freeze for ImFontStackData
impl !RefUnwindSafe for ImFontStackData
impl !Send for ImFontStackData
impl !Sync for ImFontStackData
impl Unpin for ImFontStackData
impl !UnwindSafe for ImFontStackData
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