Struct imgui_sys::ImFontGlyph [−][src]
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>AdvanceX: f32X0: f32Y0: f32X1: f32Y1: f32U0: f32V0: f32U1: f32V1: f32Implementations
impl ImFontGlyph[src]
pub fn Codepoint(&self) -> c_uint[src]
pub fn set_Codepoint(&mut self, val: c_uint)[src]
pub fn Visible(&self) -> c_uint[src]
pub fn set_Visible(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
Codepoint: c_uint,
Visible: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u32>[src]
Codepoint: c_uint,
Visible: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations
impl Clone for ImFontGlyph[src]
fn clone(&self) -> ImFontGlyph[src]
pub 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
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, 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>,