#[repr(u32)]pub enum YGAlign {
YGAlignAuto = 0,
YGAlignFlexStart = 1,
YGAlignCenter = 2,
YGAlignFlexEnd = 3,
YGAlignStretch = 4,
YGAlignBaseline = 5,
YGAlignSpaceBetween = 6,
YGAlignSpaceAround = 7,
}Variants§
YGAlignAuto = 0
YGAlignFlexStart = 1
YGAlignCenter = 2
YGAlignFlexEnd = 3
YGAlignStretch = 4
YGAlignBaseline = 5
YGAlignSpaceBetween = 6
YGAlignSpaceAround = 7
Trait Implementations§
impl Copy for YGAlign
impl Eq for YGAlign
impl StructuralPartialEq for YGAlign
Auto Trait Implementations§
impl Freeze for YGAlign
impl RefUnwindSafe for YGAlign
impl Send for YGAlign
impl Sync for YGAlign
impl Unpin for YGAlign
impl UnwindSafe for YGAlign
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