#[repr(C)]pub struct Draw2dGlyphVertexT {
pub x_offset: f32,
pub glyph: u32,
}Fields§
§x_offset: f32§glyph: u32Trait Implementations§
Source§impl Clone for Draw2dGlyphVertexT
impl Clone for Draw2dGlyphVertexT
Source§fn clone(&self) -> Draw2dGlyphVertexT
fn clone(&self) -> Draw2dGlyphVertexT
Returns a duplicate 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 Default for Draw2dGlyphVertexT
impl Default for Draw2dGlyphVertexT
Source§fn default() -> Draw2dGlyphVertexT
fn default() -> Draw2dGlyphVertexT
Returns the “default value” for a type. Read more
impl Copy for Draw2dGlyphVertexT
Auto Trait Implementations§
impl Freeze for Draw2dGlyphVertexT
impl RefUnwindSafe for Draw2dGlyphVertexT
impl Send for Draw2dGlyphVertexT
impl Sync for Draw2dGlyphVertexT
impl Unpin for Draw2dGlyphVertexT
impl UnwindSafe for Draw2dGlyphVertexT
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