pub struct EA<'a> {
pub typeface: Option<Cow<'a, str>>,
pub panose: Option<Cow<'a, str>>,
pub pitch_family: Option<i8>,
pub charset: Option<i8>,
}
Fields§
§typeface: Option<Cow<'a, str>>
§panose: Option<Cow<'a, str>>
§pitch_family: Option<i8>
§charset: Option<i8>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EA<'a>
impl<'a> RefUnwindSafe for EA<'a>
impl<'a> Send for EA<'a>
impl<'a> Sync for EA<'a>
impl<'a> Unpin for EA<'a>
impl<'a> UnwindSafe for EA<'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