#[repr(C)]struct TextVertex {}
Fields§
§x: i16
§y: i16
§glyph_x: i16
§glyph_y: i16
§u: f32
§v: f32
§r: u8
§g: u8
§b: u8
§colored: RenderingGlyphFlags
§bg_r: u8
§bg_g: u8
§bg_b: u8
§bg_a: u8
Trait Implementations§
source§impl Clone for TextVertex
impl Clone for TextVertex
source§fn clone(&self) -> TextVertex
fn clone(&self) -> TextVertex
Returns a copy 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 TextVertex
impl Debug for TextVertex
impl Copy for TextVertex
Auto Trait Implementations§
impl RefUnwindSafe for TextVertex
impl Send for TextVertex
impl Sync for TextVertex
impl Unpin for TextVertex
impl UnwindSafe for TextVertex
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
source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.