#[repr(u32)]pub enum YGDisplay {
YGDisplayFlex = 0,
YGDisplayNone = 1,
}Variants§
Trait Implementations§
impl Copy for YGDisplay
impl Eq for YGDisplay
impl StructuralPartialEq for YGDisplay
Auto Trait Implementations§
impl Freeze for YGDisplay
impl RefUnwindSafe for YGDisplay
impl Send for YGDisplay
impl Sync for YGDisplay
impl Unpin for YGDisplay
impl UnwindSafe for YGDisplay
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