#[repr(u32)]pub enum YGOverflow {
YGOverflowVisible = 0,
YGOverflowHidden = 1,
YGOverflowScroll = 2,
}Variants§
Trait Implementations§
Source§impl Clone for YGOverflow
impl Clone for YGOverflow
Source§fn clone(&self) -> YGOverflow
fn clone(&self) -> YGOverflow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for YGOverflow
impl Debug for YGOverflow
Source§impl Hash for YGOverflow
impl Hash for YGOverflow
Source§impl PartialEq for YGOverflow
impl PartialEq for YGOverflow
impl Copy for YGOverflow
impl Eq for YGOverflow
impl StructuralPartialEq for YGOverflow
Auto Trait Implementations§
impl Freeze for YGOverflow
impl RefUnwindSafe for YGOverflow
impl Send for YGOverflow
impl Sync for YGOverflow
impl Unpin for YGOverflow
impl UnwindSafe for YGOverflow
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