pub struct LanguageSystemStatement {
pub script: String,
pub language: String,
}Expand description
A top-level languagesystem statement.
Fields§
§script: StringThe OpenType script tag for the script
language: StringThe OpenType language tag for the language
Implementations§
Trait Implementations§
Source§impl AsFea for LanguageSystemStatement
impl AsFea for LanguageSystemStatement
Source§impl Clone for LanguageSystemStatement
impl Clone for LanguageSystemStatement
Source§fn clone(&self) -> LanguageSystemStatement
fn clone(&self) -> LanguageSystemStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LanguageSystemStatement
impl Debug for LanguageSystemStatement
Source§impl From<LanguageSystem> for LanguageSystemStatement
impl From<LanguageSystem> for LanguageSystemStatement
Source§fn from(langsys: LanguageSystem) -> Self
fn from(langsys: LanguageSystem) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LanguageSystemStatement
impl PartialEq for LanguageSystemStatement
impl Eq for LanguageSystemStatement
impl StructuralPartialEq for LanguageSystemStatement
Auto Trait Implementations§
impl Freeze for LanguageSystemStatement
impl RefUnwindSafe for LanguageSystemStatement
impl Send for LanguageSystemStatement
impl Sync for LanguageSystemStatement
impl Unpin for LanguageSystemStatement
impl UnsafeUnpin for LanguageSystemStatement
impl UnwindSafe for LanguageSystemStatement
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.