Enum svgtypes::Align [−][src]
pub enum Align {
None,
XMinYMin,
XMidYMin,
XMaxYMin,
XMinYMid,
XMidYMid,
XMaxYMid,
XMinYMax,
XMidYMax,
XMaxYMax,
}Expand description
Representation of the align value of the preserveAspectRatio attribute.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Align
impl UnwindSafe for Align
Blanket Implementations
Mutably borrows from an owned value. Read more