#[repr(C)]pub struct GlyphMarshallingStruct {
pub index: u32,
pub metrics: GlyphMetrics,
pub glyph_rect: GlyphRect,
pub scale: f32,
pub atlas_index: i32,
}Expand description
Fields§
§index: u32§metrics: GlyphMetrics§glyph_rect: GlyphRect§scale: f32§atlas_index: i32Trait Implementations§
Source§impl Clone for GlyphMarshallingStruct
impl Clone for GlyphMarshallingStruct
Source§fn clone(&self) -> GlyphMarshallingStruct
fn clone(&self) -> GlyphMarshallingStruct
Returns a duplicate 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 moreimpl Copy for GlyphMarshallingStruct
Auto Trait Implementations§
impl Freeze for GlyphMarshallingStruct
impl RefUnwindSafe for GlyphMarshallingStruct
impl Send for GlyphMarshallingStruct
impl Sync for GlyphMarshallingStruct
impl Unpin for GlyphMarshallingStruct
impl UnwindSafe for GlyphMarshallingStruct
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)