pub enum LapAlignment {
LLap,
RLap,
CLap,
}Expand description
Horizontal alignment of a Lap (mathllap/mathrlap/mathclap) node.
Variants§
Trait Implementations§
Source§impl Clone for LapAlignment
impl Clone for LapAlignment
Source§fn clone(&self) -> LapAlignment
fn clone(&self) -> LapAlignment
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 LapAlignment
Source§impl Debug for LapAlignment
impl Debug for LapAlignment
impl Eq for LapAlignment
Source§impl PartialEq for LapAlignment
impl PartialEq for LapAlignment
impl StructuralPartialEq for LapAlignment
Auto Trait Implementations§
impl Freeze for LapAlignment
impl RefUnwindSafe for LapAlignment
impl Send for LapAlignment
impl Sync for LapAlignment
impl Unpin for LapAlignment
impl UnsafeUnpin for LapAlignment
impl UnwindSafe for LapAlignment
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