Enum pdf_writer::types::InlineAlign
source · 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.0.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
source§fn eq(&self, other: &InlineAlign) -> bool
fn eq(&self, other: &InlineAlign) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for InlineAlign
impl Eq for InlineAlign
impl StructuralEq for InlineAlign
impl StructuralPartialEq for InlineAlign
Auto Trait Implementations§
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