Struct LogLevel
#[repr(transparent)]pub struct LogLevel(c_int);Expand description
Definitions of DLT log level
Tuple Fields§
§0: c_intImplementations§
§impl LogLevel
impl LogLevel
pub const NOT_SET: Self
pub const DEFAULT: Self
pub const DEFAULT: Self
Default log level
pub const OFF: Self
pub const OFF: Self
Log level off
pub const FATAL: Self
pub const FATAL: Self
fatal system error
pub const ERROR: Self
pub const ERROR: Self
error with impact to correct functionality
pub const WARN: Self
pub const WARN: Self
warning, correct behaviour could not be ensured
pub const INFO: Self
pub const INFO: Self
informational
pub const DEBUG: Self
pub const DEBUG: Self
debug
pub const VERBOSE: Self
pub const VERBOSE: Self
highest grade of information
fn from_i8(v: i8) -> Self
const fn name(self) -> Option<&'static str>
Trait Implementations§
impl Copy for LogLevel
impl Eq for LogLevel
impl StructuralPartialEq for LogLevel
Auto Trait Implementations§
impl Freeze for LogLevel
impl RefUnwindSafe for LogLevel
impl Send for LogLevel
impl Sync for LogLevel
impl Unpin for LogLevel
impl UnwindSafe for LogLevel
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