Struct ctru_sys::fontGlyphPos_s__bindgen_ty_2
source · #[repr(C)]pub struct fontGlyphPos_s__bindgen_ty_2 {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Expand description
Vertex coordinates to use to render the glyph.
Fields§
§left: f32
§top: f32
§right: f32
§bottom: f32
Trait Implementations§
source§impl Clone for fontGlyphPos_s__bindgen_ty_2
impl Clone for fontGlyphPos_s__bindgen_ty_2
source§fn clone(&self) -> fontGlyphPos_s__bindgen_ty_2
fn clone(&self) -> fontGlyphPos_s__bindgen_ty_2
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for fontGlyphPos_s__bindgen_ty_2
impl Debug for fontGlyphPos_s__bindgen_ty_2
source§impl Default for fontGlyphPos_s__bindgen_ty_2
impl Default for fontGlyphPos_s__bindgen_ty_2
source§fn default() -> fontGlyphPos_s__bindgen_ty_2
fn default() -> fontGlyphPos_s__bindgen_ty_2
Returns the “default value” for a type. Read more