pub struct FontBytes {
pub normal: Vec<u8>,
pub bold: Vec<u8>,
}
Fields§
§normal: Vec<u8>
§bold: Vec<u8>
Auto Trait Implementations§
impl Freeze for FontBytes
impl RefUnwindSafe for FontBytes
impl Send for FontBytes
impl Sync for FontBytes
impl Unpin for FontBytes
impl UnwindSafe for FontBytes
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