#[repr(transparent)]pub struct HiTrace_Output_Level(pub c_uint);Available on crate feature
api-19 only.Expand description
Enumerates the HiTrace output levels. The output level threshold system parameter determines the minimum output trace.
Available since API-level: 19
Tuple Fields§
§0: c_uintImplementations§
Source§impl HiTrace_Output_Level
impl HiTrace_Output_Level
Sourcepub const HITRACE_LEVEL_DEBUG: HiTrace_Output_Level
pub const HITRACE_LEVEL_DEBUG: HiTrace_Output_Level
Output level only for debug usage.
Available since API-level: 19
Sourcepub const HITRACE_LEVEL_INFO: HiTrace_Output_Level
pub const HITRACE_LEVEL_INFO: HiTrace_Output_Level
Output level for log version usage.
Available since API-level: 19
Sourcepub const HITRACE_LEVEL_CRITICAL: HiTrace_Output_Level
pub const HITRACE_LEVEL_CRITICAL: HiTrace_Output_Level
Output level for log version usage, with higher priority than HITRACE_LEVEL_INFO.
Available since API-level: 19
Sourcepub const HITRACE_LEVEL_COMMERCIAL: HiTrace_Output_Level
pub const HITRACE_LEVEL_COMMERCIAL: HiTrace_Output_Level
Output level for nolog version usage.
Available since API-level: 19
Sourcepub const HITRACE_LEVEL_MAX: HiTrace_Output_Level
pub const HITRACE_LEVEL_MAX: HiTrace_Output_Level
Output level for range limit.
Available since API-level: 19
Trait Implementations§
Source§impl Clone for HiTrace_Output_Level
impl Clone for HiTrace_Output_Level
Source§fn clone(&self) -> HiTrace_Output_Level
fn clone(&self) -> HiTrace_Output_Level
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HiTrace_Output_Level
impl Debug for HiTrace_Output_Level
Source§impl Hash for HiTrace_Output_Level
impl Hash for HiTrace_Output_Level
Source§impl PartialEq for HiTrace_Output_Level
impl PartialEq for HiTrace_Output_Level
impl Copy for HiTrace_Output_Level
impl Eq for HiTrace_Output_Level
impl StructuralPartialEq for HiTrace_Output_Level
Auto Trait Implementations§
impl Freeze for HiTrace_Output_Level
impl RefUnwindSafe for HiTrace_Output_Level
impl Send for HiTrace_Output_Level
impl Sync for HiTrace_Output_Level
impl Unpin for HiTrace_Output_Level
impl UnwindSafe for HiTrace_Output_Level
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)