[−][src]Struct imgui_sys::ImFontGlyph
Fields
Codepoint: ImWcharAdvanceX: f32X0: f32Y0: f32X1: f32Y1: f32U0: f32V0: f32U1: f32V1: f32Trait Implementations
impl Clone for ImFontGlyph[src]
fn clone(&self) -> ImFontGlyph[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImFontGlyph[src]
impl Debug for ImFontGlyph[src]
impl Default for ImFontGlyph[src]
fn default() -> ImFontGlyph[src]
impl PartialEq<ImFontGlyph> for ImFontGlyph[src]
fn eq(&self, other: &ImFontGlyph) -> bool[src]
fn ne(&self, other: &ImFontGlyph) -> bool[src]
impl StructuralPartialEq for ImFontGlyph[src]
Auto Trait Implementations
impl RefUnwindSafe for ImFontGlyph
impl Send for ImFontGlyph
impl Sync for ImFontGlyph
impl Unpin for ImFontGlyph
impl UnwindSafe for ImFontGlyph
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,