Enum r2r_rcl::RCUTILS_LOG_SEVERITY
source · #[repr(u32)]pub enum RCUTILS_LOG_SEVERITY {
RCUTILS_LOG_SEVERITY_UNSET = 0,
RCUTILS_LOG_SEVERITY_DEBUG = 10,
RCUTILS_LOG_SEVERITY_INFO = 20,
RCUTILS_LOG_SEVERITY_WARN = 30,
RCUTILS_LOG_SEVERITY_ERROR = 40,
RCUTILS_LOG_SEVERITY_FATAL = 50,
}
Variants§
RCUTILS_LOG_SEVERITY_UNSET = 0
RCUTILS_LOG_SEVERITY_DEBUG = 10
RCUTILS_LOG_SEVERITY_INFO = 20
RCUTILS_LOG_SEVERITY_WARN = 30
RCUTILS_LOG_SEVERITY_ERROR = 40
RCUTILS_LOG_SEVERITY_FATAL = 50
Trait Implementations§
source§impl Clone for RCUTILS_LOG_SEVERITY
impl Clone for RCUTILS_LOG_SEVERITY
source§fn clone(&self) -> RCUTILS_LOG_SEVERITY
fn clone(&self) -> RCUTILS_LOG_SEVERITY
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 RCUTILS_LOG_SEVERITY
impl Debug for RCUTILS_LOG_SEVERITY
source§impl Hash for RCUTILS_LOG_SEVERITY
impl Hash for RCUTILS_LOG_SEVERITY
source§impl PartialEq for RCUTILS_LOG_SEVERITY
impl PartialEq for RCUTILS_LOG_SEVERITY
impl Copy for RCUTILS_LOG_SEVERITY
impl Eq for RCUTILS_LOG_SEVERITY
impl StructuralPartialEq for RCUTILS_LOG_SEVERITY
Auto Trait Implementations§
impl Freeze for RCUTILS_LOG_SEVERITY
impl RefUnwindSafe for RCUTILS_LOG_SEVERITY
impl Send for RCUTILS_LOG_SEVERITY
impl Sync for RCUTILS_LOG_SEVERITY
impl Unpin for RCUTILS_LOG_SEVERITY
impl UnwindSafe for RCUTILS_LOG_SEVERITY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)