#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImFontStackData
Source§impl Debug for ImFontStackData
impl Debug for ImFontStackData
Source§impl Default for ImFontStackData
impl Default for ImFontStackData
Source§impl PartialEq for ImFontStackData
impl PartialEq for ImFontStackData
Source§fn eq(&self, other: &ImFontStackData) -> bool
fn eq(&self, other: &ImFontStackData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImFontStackData
Auto Trait Implementations§
impl !Send for ImFontStackData
impl !Sync for ImFontStackData
impl Freeze for ImFontStackData
impl RefUnwindSafe for ImFontStackData
impl Unpin for ImFontStackData
impl UnsafeUnpin 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