Enum wasmer_types::lib::std::fmt::Alignment 1.28.0[−][src]
pub enum Alignment { Left, Right, Center, }
Expand description
Possible alignments returned by Formatter::align
Variants
Indication that contents should be left-aligned.
Indication that contents should be right-aligned.
Indication that contents should be center-aligned.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Alignment
impl UnwindSafe for Alignment
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more