Enum libcamera::logging::LoggingLevel
source · pub enum LoggingLevel {
Debug,
Info,
Warn,
Error,
Fatal,
}
Variants§
Trait Implementations§
source§impl Clone for LoggingLevel
impl Clone for LoggingLevel
source§fn clone(&self) -> LoggingLevel
fn clone(&self) -> LoggingLevel
Returns a copy 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 LoggingLevel
impl Debug for LoggingLevel
source§impl From<LoggingLevel> for &'static CStr
impl From<LoggingLevel> for &'static CStr
source§fn from(value: LoggingLevel) -> Self
fn from(value: LoggingLevel) -> Self
Converts to this type from the input type.
impl Copy for LoggingLevel
Auto Trait Implementations§
impl Freeze for LoggingLevel
impl RefUnwindSafe for LoggingLevel
impl Send for LoggingLevel
impl Sync for LoggingLevel
impl Unpin for LoggingLevel
impl UnwindSafe for LoggingLevel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)