pub struct BuiltinCharacterAttributes {
pub mathvariant: Option<&'static str>,
pub tex_class: Option<&'static str>,
pub stretchy: Option<bool>,
pub move_sup_sub: Option<bool>,
pub large_op: Option<bool>,
}Fields§
§mathvariant: Option<&'static str>§tex_class: Option<&'static str>§stretchy: Option<bool>§move_sup_sub: Option<bool>§large_op: Option<bool>Trait Implementations§
Source§impl Clone for BuiltinCharacterAttributes
impl Clone for BuiltinCharacterAttributes
Source§fn clone(&self) -> BuiltinCharacterAttributes
fn clone(&self) -> BuiltinCharacterAttributes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BuiltinCharacterAttributes
Source§impl Debug for BuiltinCharacterAttributes
impl Debug for BuiltinCharacterAttributes
Source§impl Default for BuiltinCharacterAttributes
impl Default for BuiltinCharacterAttributes
Source§fn default() -> BuiltinCharacterAttributes
fn default() -> BuiltinCharacterAttributes
Returns the “default value” for a type. Read more
impl Eq for BuiltinCharacterAttributes
Source§impl From<BuiltinCharacterAttributes> for CharacterAttributes
impl From<BuiltinCharacterAttributes> for CharacterAttributes
Source§fn from(value: BuiltinCharacterAttributes) -> Self
fn from(value: BuiltinCharacterAttributes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BuiltinCharacterAttributes
impl PartialEq for BuiltinCharacterAttributes
Source§fn eq(&self, other: &BuiltinCharacterAttributes) -> bool
fn eq(&self, other: &BuiltinCharacterAttributes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BuiltinCharacterAttributes
Auto Trait Implementations§
impl Freeze for BuiltinCharacterAttributes
impl RefUnwindSafe for BuiltinCharacterAttributes
impl Send for BuiltinCharacterAttributes
impl Sync for BuiltinCharacterAttributes
impl Unpin for BuiltinCharacterAttributes
impl UnsafeUnpin for BuiltinCharacterAttributes
impl UnwindSafe for BuiltinCharacterAttributes
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.