#[repr(transparent)]pub struct UA_LogLevel(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_LogLevel
impl UA_LogLevel
pub const UA_LOGLEVEL_TRACE: UA_LogLevel
Source§impl UA_LogLevel
impl UA_LogLevel
pub const UA_LOGLEVEL_DEBUG: UA_LogLevel
Source§impl UA_LogLevel
impl UA_LogLevel
pub const UA_LOGLEVEL_INFO: UA_LogLevel
Source§impl UA_LogLevel
impl UA_LogLevel
pub const UA_LOGLEVEL_WARNING: UA_LogLevel
Source§impl UA_LogLevel
impl UA_LogLevel
pub const UA_LOGLEVEL_ERROR: UA_LogLevel
Source§impl UA_LogLevel
impl UA_LogLevel
pub const UA_LOGLEVEL_FATAL: UA_LogLevel
Trait Implementations§
Source§impl Clone for UA_LogLevel
impl Clone for UA_LogLevel
Source§fn clone(&self) -> UA_LogLevel
fn clone(&self) -> UA_LogLevel
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 UA_LogLevel
impl Debug for UA_LogLevel
Source§impl Hash for UA_LogLevel
impl Hash for UA_LogLevel
Source§impl PartialEq for UA_LogLevel
impl PartialEq for UA_LogLevel
impl Eq for UA_LogLevel
impl StructuralPartialEq for UA_LogLevel
Auto Trait Implementations§
impl Freeze for UA_LogLevel
impl RefUnwindSafe for UA_LogLevel
impl Send for UA_LogLevel
impl Sync for UA_LogLevel
impl Unpin for UA_LogLevel
impl UnwindSafe for UA_LogLevel
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