pub enum InlineAlign {
Start,
Center,
End,
}
Expand description
The inline alignment.
Variants§
Start
At the start of the inline advance direction.
Center
Centered.
End
At the end of the inline advance direction.
Trait Implementations§
source§impl Clone for InlineAlign
impl Clone for InlineAlign
source§fn clone(&self) -> InlineAlign
fn clone(&self) -> InlineAlign
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InlineAlign
impl Debug for InlineAlign
source§impl Hash for InlineAlign
impl Hash for InlineAlign
source§impl PartialEq for InlineAlign
impl PartialEq for InlineAlign
impl Copy for InlineAlign
impl Eq for InlineAlign
impl StructuralPartialEq for InlineAlign
Auto Trait Implementations§
impl Freeze for InlineAlign
impl RefUnwindSafe for InlineAlign
impl Send for InlineAlign
impl Sync for InlineAlign
impl Unpin for InlineAlign
impl UnwindSafe for InlineAlign
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
)