#[repr(transparent)]pub struct C4LogLevel(pub i8);Tuple Fields§
§0: i8Implementations§
Source§impl C4LogLevel
impl C4LogLevel
pub const kC4LogDebug: C4LogLevel
pub const kC4LogVerbose: C4LogLevel
pub const kC4LogInfo: C4LogLevel
pub const kC4LogWarning: C4LogLevel
pub const kC4LogError: C4LogLevel
pub const kC4LogNone: C4LogLevel
Trait Implementations§
Source§impl Clone for C4LogLevel
impl Clone for C4LogLevel
Source§fn clone(&self) -> C4LogLevel
fn clone(&self) -> C4LogLevel
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 C4LogLevel
impl Debug for C4LogLevel
Source§impl Hash for C4LogLevel
impl Hash for C4LogLevel
Source§impl PartialEq for C4LogLevel
impl PartialEq for C4LogLevel
impl Copy for C4LogLevel
impl Eq for C4LogLevel
impl StructuralPartialEq for C4LogLevel
Auto Trait Implementations§
impl Freeze for C4LogLevel
impl RefUnwindSafe for C4LogLevel
impl Send for C4LogLevel
impl Sync for C4LogLevel
impl Unpin for C4LogLevel
impl UnwindSafe for C4LogLevel
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