#[repr(u32)]pub enum executorch_pal_log_level {
EXECUTORCH_PAL_LOG_LEVEL_DEBUG = 68,
EXECUTORCH_PAL_LOG_LEVEL_INFO = 73,
EXECUTORCH_PAL_LOG_LEVEL_ERROR = 69,
EXECUTORCH_PAL_LOG_LEVEL_FATAL = 70,
EXECUTORCH_PAL_LOG_LEVEL_UNKNOWN = 63,
}Expand description
Severity level of a log message. Values must map to printable 7-bit ASCII uppercase letters.
Variants§
EXECUTORCH_PAL_LOG_LEVEL_DEBUG = 68
EXECUTORCH_PAL_LOG_LEVEL_INFO = 73
EXECUTORCH_PAL_LOG_LEVEL_ERROR = 69
EXECUTORCH_PAL_LOG_LEVEL_FATAL = 70
EXECUTORCH_PAL_LOG_LEVEL_UNKNOWN = 63
Trait Implementations§
Source§impl Clone for executorch_pal_log_level
impl Clone for executorch_pal_log_level
Source§fn clone(&self) -> executorch_pal_log_level
fn clone(&self) -> executorch_pal_log_level
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 executorch_pal_log_level
impl Debug for executorch_pal_log_level
Source§impl Hash for executorch_pal_log_level
impl Hash for executorch_pal_log_level
Source§impl PartialEq for executorch_pal_log_level
impl PartialEq for executorch_pal_log_level
impl Eq for executorch_pal_log_level
impl StructuralPartialEq for executorch_pal_log_level
Auto Trait Implementations§
impl Freeze for executorch_pal_log_level
impl RefUnwindSafe for executorch_pal_log_level
impl Send for executorch_pal_log_level
impl Sync for executorch_pal_log_level
impl Unpin for executorch_pal_log_level
impl UnwindSafe for executorch_pal_log_level
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