#[repr(u32)]pub enum YGDirection {
YGDirectionInherit = 0,
YGDirectionLTR = 1,
YGDirectionRTL = 2,
}Variants§
Trait Implementations§
Source§impl Clone for YGDirection
impl Clone for YGDirection
Source§fn clone(&self) -> YGDirection
fn clone(&self) -> YGDirection
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 YGDirection
impl Debug for YGDirection
Source§impl Hash for YGDirection
impl Hash for YGDirection
Source§impl PartialEq for YGDirection
impl PartialEq for YGDirection
impl Copy for YGDirection
impl Eq for YGDirection
impl StructuralPartialEq for YGDirection
Auto Trait Implementations§
impl Freeze for YGDirection
impl RefUnwindSafe for YGDirection
impl Send for YGDirection
impl Sync for YGDirection
impl Unpin for YGDirection
impl UnwindSafe for YGDirection
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