Enum tfm::NamedParameter
source · pub enum NamedParameter {
Show 28 variants
Slant,
Space,
Stretch,
Shrink,
XHeight,
Quad,
ExtraSpace,
Num1,
Num2,
Num3,
Denom1,
Denom2,
Sup1,
Sup2,
Sup3,
Sub1,
Sub2,
SupDrop,
SubDrop,
Delim1,
Delim2,
AxisHeight,
DefaultRuleThickness,
BigOpSpacing1,
BigOpSpacing2,
BigOpSpacing3,
BigOpSpacing4,
BigOpSpacing5,
}
Expand description
A named TeX font metric parameter.
Variants§
Slant
Space
Stretch
Shrink
XHeight
Quad
ExtraSpace
Num1
Num2
Num3
Denom1
Denom2
Sup1
Sup2
Sup3
Sub1
Sub2
SupDrop
SubDrop
Delim1
Delim2
AxisHeight
DefaultRuleThickness
BigOpSpacing1
BigOpSpacing2
BigOpSpacing3
BigOpSpacing4
BigOpSpacing5
Implementations§
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for NamedParameter
impl<'arbitrary> Arbitrary<'arbitrary> for NamedParameter
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl Clone for NamedParameter
impl Clone for NamedParameter
source§fn clone(&self) -> NamedParameter
fn clone(&self) -> NamedParameter
Returns a copy 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 NamedParameter
impl Debug for NamedParameter
source§impl PartialEq<NamedParameter> for NamedParameter
impl PartialEq<NamedParameter> for NamedParameter
source§fn eq(&self, other: &NamedParameter) -> bool
fn eq(&self, other: &NamedParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NamedParameter
impl Eq for NamedParameter
impl StructuralEq for NamedParameter
impl StructuralPartialEq for NamedParameter
Auto Trait Implementations§
impl RefUnwindSafe for NamedParameter
impl Send for NamedParameter
impl Sync for NamedParameter
impl Unpin for NamedParameter
impl UnwindSafe for NamedParameter
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