#[repr(u32)]pub enum YGUnit {
YGUnitUndefined = 0,
YGUnitPoint = 1,
YGUnitPercent = 2,
YGUnitAuto = 3,
}Variants§
Trait Implementations§
impl Copy for YGUnit
impl Eq for YGUnit
impl StructuralPartialEq for YGUnit
Auto Trait Implementations§
impl Freeze for YGUnit
impl RefUnwindSafe for YGUnit
impl Send for YGUnit
impl Sync for YGUnit
impl Unpin for YGUnit
impl UnwindSafe for YGUnit
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