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