pub struct FontEntry {
pub font_id: u16,
pub font: String,
}Expand description
Font table for tx3g
3GPP TS 26.245 or ETSI TS 126 245 Section 5.16 See https://www.etsi.org/deliver/etsi_ts/126200_126299/126245/18.00.00_60/ts_126245v180000p.pdf
Fields§
§font_id: u16§font: StringTrait Implementations§
impl Eq for FontEntry
impl StructuralPartialEq for FontEntry
Auto Trait Implementations§
impl Freeze for FontEntry
impl RefUnwindSafe for FontEntry
impl Send for FontEntry
impl Sync for FontEntry
impl Unpin for FontEntry
impl UnwindSafe for FontEntry
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