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