#[repr(C)]pub struct ucs_log_component_config {
pub log_level: ucs_log_level_t,
pub name: [c_char; 16],
pub file_filter: *const c_char,
}Expand description
Logging component.
Fields§
§log_level: ucs_log_level_t§name: [c_char; 16]§file_filter: *const c_charTrait Implementations§
Source§impl Clone for ucs_log_component_config
impl Clone for ucs_log_component_config
Source§fn clone(&self) -> ucs_log_component_config
fn clone(&self) -> ucs_log_component_config
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 ucs_log_component_config
impl Debug for ucs_log_component_config
impl Copy for ucs_log_component_config
Auto Trait Implementations§
impl Freeze for ucs_log_component_config
impl RefUnwindSafe for ucs_log_component_config
impl !Send for ucs_log_component_config
impl !Sync for ucs_log_component_config
impl Unpin for ucs_log_component_config
impl UnwindSafe for ucs_log_component_config
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