pub struct DefineGlyphFont {
pub id: u16,
pub glyphs: Vec<Glyph>,
}
Fields§
§id: u16
§glyphs: Vec<Glyph>
Trait Implementations§
Source§impl Clone for DefineGlyphFont
impl Clone for DefineGlyphFont
Source§fn clone(&self) -> DefineGlyphFont
fn clone(&self) -> DefineGlyphFont
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 DefineGlyphFont
impl Debug for DefineGlyphFont
Source§impl<'de> Deserialize<'de> for DefineGlyphFont
impl<'de> Deserialize<'de> for DefineGlyphFont
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DefineGlyphFont
impl Hash for DefineGlyphFont
Source§impl Ord for DefineGlyphFont
impl Ord for DefineGlyphFont
Source§fn cmp(&self, other: &DefineGlyphFont) -> Ordering
fn cmp(&self, other: &DefineGlyphFont) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DefineGlyphFont
impl PartialEq for DefineGlyphFont
Source§impl PartialOrd for DefineGlyphFont
impl PartialOrd for DefineGlyphFont
Source§impl Serialize for DefineGlyphFont
impl Serialize for DefineGlyphFont
impl Eq for DefineGlyphFont
impl StructuralPartialEq for DefineGlyphFont
Auto Trait Implementations§
impl Freeze for DefineGlyphFont
impl RefUnwindSafe for DefineGlyphFont
impl Send for DefineGlyphFont
impl Sync for DefineGlyphFont
impl Unpin for DefineGlyphFont
impl UnwindSafe for DefineGlyphFont
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