#[repr(i32)]pub enum Severity {
InternalError = 0,
Error = 1,
Warning = 2,
Info = 3,
Verbose = 4,
}Variants§
Trait Implementations§
Source§impl Clone for trtSeverity_t
impl Clone for trtSeverity_t
Source§fn clone(&self) -> trtSeverity_t
fn clone(&self) -> trtSeverity_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 trtSeverity_t
impl Debug for trtSeverity_t
Source§impl PartialEq for trtSeverity_t
impl PartialEq for trtSeverity_t
Source§fn eq(&self, other: &trtSeverity_t) -> bool
fn eq(&self, other: &trtSeverity_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for trtSeverity_t
impl Eq for trtSeverity_t
impl StructuralPartialEq for trtSeverity_t
Auto Trait Implementations§
impl Freeze for trtSeverity_t
impl RefUnwindSafe for trtSeverity_t
impl Send for trtSeverity_t
impl Sync for trtSeverity_t
impl Unpin for trtSeverity_t
impl UnsafeUnpin for trtSeverity_t
impl UnwindSafe for trtSeverity_t
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