#[repr(transparent)]pub struct switch_text_channel_t(pub c_uint);Expand description
\enum switch_text_channel_t \brief A target to write log/debug info to
SWITCH_CHANNEL_ID_LOG - Write to the currently defined log SWITCH_CHANNEL_ID_LOG_CLEAN - Write to the currently defined log with no extra file/line/date information SWITCH_CHANNEL_ID_EVENT - Write to the event engine as a LOG event
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for switch_text_channel_t
impl Clone for switch_text_channel_t
Source§fn clone(&self) -> switch_text_channel_t
fn clone(&self) -> switch_text_channel_t
Returns a duplicate 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 switch_text_channel_t
impl Debug for switch_text_channel_t
Source§impl Hash for switch_text_channel_t
impl Hash for switch_text_channel_t
Source§impl PartialEq for switch_text_channel_t
impl PartialEq for switch_text_channel_t
impl Copy for switch_text_channel_t
impl Eq for switch_text_channel_t
impl StructuralPartialEq for switch_text_channel_t
Auto Trait Implementations§
impl Freeze for switch_text_channel_t
impl RefUnwindSafe for switch_text_channel_t
impl Send for switch_text_channel_t
impl Sync for switch_text_channel_t
impl Unpin for switch_text_channel_t
impl UnwindSafe for switch_text_channel_t
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