pub enum GlueOrder {
Normal,
Fil,
Fill,
Filll,
}
Expand description
Order of infinity of a glue stretch or shrink.
When setting a list of boxes, TeX stretches or shrinks glue boxes. In some cases it is desirable that TeX only stretches some subset of the glue boxes. For example, when setting centered text, TeX only stretches the two glue boxes at each end of the list and leaves all other glue intact.
To achieve this, each glue stretch or shrink has an order of infinity. If a list contains glue of some order (e.g. GlueOrder::Fil), then glues of a lower order (e.g. GlueOrder::Normal) are not stretched or shrunk.
Variants§
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for GlueOrder
impl<'de> Deserialize<'de> for GlueOrder
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for GlueOrder
impl Ord for GlueOrder
source§impl PartialOrd for GlueOrder
impl PartialOrd for GlueOrder
impl Copy for GlueOrder
impl Eq for GlueOrder
impl StructuralPartialEq for GlueOrder
Auto Trait Implementations§
impl Freeze for GlueOrder
impl RefUnwindSafe for GlueOrder
impl Send for GlueOrder
impl Sync for GlueOrder
impl Unpin for GlueOrder
impl UnwindSafe for GlueOrder
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)