#[repr(u32)]pub enum YGLogLevel {
YGLogLevelError = 0,
YGLogLevelWarn = 1,
YGLogLevelInfo = 2,
YGLogLevelDebug = 3,
YGLogLevelVerbose = 4,
YGLogLevelFatal = 5,
}Variants§
YGLogLevelError = 0
YGLogLevelWarn = 1
YGLogLevelInfo = 2
YGLogLevelDebug = 3
YGLogLevelVerbose = 4
YGLogLevelFatal = 5
Trait Implementations§
Source§impl Clone for YGLogLevel
impl Clone for YGLogLevel
Source§fn clone(&self) -> YGLogLevel
fn clone(&self) -> YGLogLevel
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 YGLogLevel
impl Debug for YGLogLevel
Source§impl Hash for YGLogLevel
impl Hash for YGLogLevel
Source§impl PartialEq for YGLogLevel
impl PartialEq for YGLogLevel
impl Copy for YGLogLevel
impl Eq for YGLogLevel
impl StructuralPartialEq for YGLogLevel
Auto Trait Implementations§
impl Freeze for YGLogLevel
impl RefUnwindSafe for YGLogLevel
impl Send for YGLogLevel
impl Sync for YGLogLevel
impl Unpin for YGLogLevel
impl UnwindSafe for YGLogLevel
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