pub struct Format6 {
pub format: u16,
pub length: u16,
pub language: u16,
pub first_code: u16,
pub entry_count: u16,
pub glyph_id_array: Vec<u16>,
}Fields§
§format: u16§length: u16§language: u16§first_code: u16§entry_count: u16§glyph_id_array: Vec<u16>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Format6
impl RefUnwindSafe for Format6
impl Send for Format6
impl Sync for Format6
impl Unpin for Format6
impl UnwindSafe for Format6
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