pub enum GlueSign {
Stretching,
Shrinking,
Normal,
}
Expand description
Description of whether the glue should stretch, shrink, or remain rigid.
Variants§
Trait Implementations§
impl Eq for GlueSign
impl StructuralPartialEq for GlueSign
Auto Trait Implementations§
impl Freeze for GlueSign
impl RefUnwindSafe for GlueSign
impl Send for GlueSign
impl Sync for GlueSign
impl Unpin for GlueSign
impl UnwindSafe for GlueSign
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