#[repr(i32)]pub enum LogLevel {
Debug = 0,
Info = 1,
Warn = 2,
Error = 3,
}Variants§
Trait Implementations§
Source§impl Clone for retro_log_level
impl Clone for retro_log_level
Source§fn clone(&self) -> retro_log_level
fn clone(&self) -> retro_log_level
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 retro_log_level
impl Debug for retro_log_level
Source§impl Default for retro_log_level
impl Default for retro_log_level
Source§fn default() -> retro_log_level
fn default() -> retro_log_level
Returns the “default value” for a type. Read more
Source§impl PartialEq for retro_log_level
impl PartialEq for retro_log_level
Source§fn eq(&self, other: &retro_log_level) -> bool
fn eq(&self, other: &retro_log_level) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for retro_log_level
impl Eq for retro_log_level
impl StructuralPartialEq for retro_log_level
Auto Trait Implementations§
impl Freeze for retro_log_level
impl RefUnwindSafe for retro_log_level
impl Send for retro_log_level
impl Sync for retro_log_level
impl Unpin for retro_log_level
impl UnsafeUnpin for retro_log_level
impl UnwindSafe for retro_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