pub enum BlockAlign {
Begin,
Middle,
After,
Justify,
}
Expand description
The block alignment.
Variants§
Begin
At the start of the block advance direction.
Middle
Centered.
After
At the end of the block advance direction.
Justify
Justified.
Trait Implementations§
source§impl Clone for BlockAlign
impl Clone for BlockAlign
source§fn clone(&self) -> BlockAlign
fn clone(&self) -> BlockAlign
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 BlockAlign
impl Debug for BlockAlign
source§impl Hash for BlockAlign
impl Hash for BlockAlign
source§impl PartialEq for BlockAlign
impl PartialEq for BlockAlign
impl Copy for BlockAlign
impl Eq for BlockAlign
impl StructuralPartialEq for BlockAlign
Auto Trait Implementations§
impl Freeze for BlockAlign
impl RefUnwindSafe for BlockAlign
impl Send for BlockAlign
impl Sync for BlockAlign
impl Unpin for BlockAlign
impl UnwindSafe for BlockAlign
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
)