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