pub struct LanguageStatement {
pub tag: String,
pub include_dflt: bool,
pub required: bool,
}Expand description
A language statement within a feature
Fields§
§tag: StringThe OpenType language tag for the language
include_dflt: boolWhether to include the default language system
required: boolWhether the language is required
Implementations§
Trait Implementations§
Source§impl AsFea for LanguageStatement
impl AsFea for LanguageStatement
Source§impl Clone for LanguageStatement
impl Clone for LanguageStatement
Source§fn clone(&self) -> LanguageStatement
fn clone(&self) -> LanguageStatement
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 LanguageStatement
impl Debug for LanguageStatement
Source§impl From<Language> for LanguageStatement
impl From<Language> for LanguageStatement
Source§impl PartialEq for LanguageStatement
impl PartialEq for LanguageStatement
impl Eq for LanguageStatement
impl StructuralPartialEq for LanguageStatement
Auto Trait Implementations§
impl Freeze for LanguageStatement
impl RefUnwindSafe for LanguageStatement
impl Send for LanguageStatement
impl Sync for LanguageStatement
impl Unpin for LanguageStatement
impl UnsafeUnpin for LanguageStatement
impl UnwindSafe for LanguageStatement
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.