pub struct FontInfo<'a> {
    pub id: CharacterId,
    pub version: u8,
    pub name: &'a SwfStr,
    pub flags: FontInfoFlag,
    pub language: Language,
    pub code_table: Vec<u16>,
}Fields§
§id: CharacterId§version: u8§name: &'a SwfStr§flags: FontInfoFlag§language: Language§code_table: Vec<u16>Trait Implementations§
impl<'a> Eq for FontInfo<'a>
impl<'a> StructuralPartialEq for FontInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for FontInfo<'a>
impl<'a> RefUnwindSafe for FontInfo<'a>
impl<'a> Send for FontInfo<'a>
impl<'a> Sync for FontInfo<'a>
impl<'a> Unpin for FontInfo<'a>
impl<'a> UnwindSafe for FontInfo<'a>
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