pub enum ST_Jc {
Start,
End,
Center,
Both,
Distribute,
Left,
Right,
}Expand description
ST_Jc — Paragraph justification.
Variants§
Implementations§
Trait Implementations§
impl Copy for ST_Jc
impl Eq for ST_Jc
impl StructuralPartialEq for ST_Jc
Auto Trait Implementations§
impl Freeze for ST_Jc
impl RefUnwindSafe for ST_Jc
impl Send for ST_Jc
impl Sync for ST_Jc
impl Unpin for ST_Jc
impl UnsafeUnpin for ST_Jc
impl UnwindSafe for ST_Jc
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