Enum libcamera::logging::LoggingTarget
source · pub enum LoggingTarget {
None,
Syslog,
}
Expand description
Log destination type.
Variants§
Trait Implementations§
source§impl Clone for LoggingTarget
impl Clone for LoggingTarget
source§fn clone(&self) -> LoggingTarget
fn clone(&self) -> LoggingTarget
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 LoggingTarget
impl Debug for LoggingTarget
source§impl From<LoggingTarget> for libcamera_logging_target_t
impl From<LoggingTarget> for libcamera_logging_target_t
source§fn from(value: LoggingTarget) -> Self
fn from(value: LoggingTarget) -> Self
Converts to this type from the input type.
impl Copy for LoggingTarget
Auto Trait Implementations§
impl Freeze for LoggingTarget
impl RefUnwindSafe for LoggingTarget
impl Send for LoggingTarget
impl Sync for LoggingTarget
impl Unpin for LoggingTarget
impl UnwindSafe for LoggingTarget
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
)