pub enum CxBoxType {
Normal,
RightBox,
BottomBox,
CenterXAlign,
CenterYAlign,
CenterXYAlign,
PaddingBox,
Row,
Column,
AbsoluteBox,
WrappingBox,
View,
}
Variants
Normal
RightBox
BottomBox
CenterXAlign
CenterYAlign
CenterXYAlign
PaddingBox
Row
Column
AbsoluteBox
WrappingBox
View
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CxBoxType
impl UnwindSafe for CxBoxType
Blanket Implementations
Mutably borrows from an owned value. Read more