Struct ttf_parser::tables::glyf::CompositeGlyphInfo
source · pub(crate) struct CompositeGlyphInfo {
pub glyph_id: GlyphId,
pub transform: Transform,
pub flags: CompositeGlyphFlags,
}
Fields§
§glyph_id: GlyphId
§transform: Transform
§flags: CompositeGlyphFlags
Trait Implementations§
source§impl Clone for CompositeGlyphInfo
impl Clone for CompositeGlyphInfo
source§fn clone(&self) -> CompositeGlyphInfo
fn clone(&self) -> CompositeGlyphInfo
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 CompositeGlyphInfo
impl Debug for CompositeGlyphInfo
impl Copy for CompositeGlyphInfo
Auto Trait Implementations§
impl Freeze for CompositeGlyphInfo
impl RefUnwindSafe for CompositeGlyphInfo
impl Send for CompositeGlyphInfo
impl Sync for CompositeGlyphInfo
impl Unpin for CompositeGlyphInfo
impl UnwindSafe for CompositeGlyphInfo
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)