pub struct Penalty {
pub value: i32,
}
Expand description
A penalty.
Described in TeX.2021.157.
Fields§
§value: i32
Implementations§
Trait Implementations§
source§impl From<Penalty> for Horizontal
impl From<Penalty> for Horizontal
impl Eq for Penalty
impl StructuralPartialEq for Penalty
Auto Trait Implementations§
impl Freeze for Penalty
impl RefUnwindSafe for Penalty
impl Send for Penalty
impl Sync for Penalty
impl Unpin for Penalty
impl UnwindSafe for Penalty
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