pub struct NT_LogLevel(/* private fields */);
Expand description
NetworkTables logging levels.
Implementations§
Source§impl NT_LogLevel
impl NT_LogLevel
pub const NT_LOG_CRITICAL: NT_LogLevel
pub const NT_LOG_ERROR: NT_LogLevel
pub const NT_LOG_WARNING: NT_LogLevel
pub const NT_LOG_INFO: NT_LogLevel
pub const NT_LOG_DEBUG: NT_LogLevel
pub const NT_LOG_DEBUG1: NT_LogLevel
pub const NT_LOG_DEBUG2: NT_LogLevel
pub const NT_LOG_DEBUG3: NT_LogLevel
pub const NT_LOG_DEBUG4: NT_LogLevel
pub fn bits(&self) -> u32
Trait Implementations§
Source§impl Clone for NT_LogLevel
impl Clone for NT_LogLevel
Source§fn clone(&self) -> NT_LogLevel
fn clone(&self) -> NT_LogLevel
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 NT_LogLevel
impl Debug for NT_LogLevel
Source§impl Hash for NT_LogLevel
impl Hash for NT_LogLevel
Source§impl PartialEq for NT_LogLevel
impl PartialEq for NT_LogLevel
impl Copy for NT_LogLevel
impl Eq for NT_LogLevel
impl StructuralPartialEq for NT_LogLevel
Auto Trait Implementations§
impl Freeze for NT_LogLevel
impl RefUnwindSafe for NT_LogLevel
impl Send for NT_LogLevel
impl Sync for NT_LogLevel
impl Unpin for NT_LogLevel
impl UnwindSafe for NT_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