#[repr(C)]pub enum OUTPUT_SEVERITY {
INFO = 0,
WARNING = 1,
ERROR = 2,
}
Expand description
Debug output severity.
Variants§
Trait Implementations§
Source§impl Debug for OUTPUT_SEVERITY
impl Debug for OUTPUT_SEVERITY
Source§impl PartialEq for OUTPUT_SEVERITY
impl PartialEq for OUTPUT_SEVERITY
Source§impl PartialOrd for OUTPUT_SEVERITY
impl PartialOrd for OUTPUT_SEVERITY
impl StructuralPartialEq for OUTPUT_SEVERITY
Auto Trait Implementations§
impl Freeze for OUTPUT_SEVERITY
impl RefUnwindSafe for OUTPUT_SEVERITY
impl Send for OUTPUT_SEVERITY
impl Sync for OUTPUT_SEVERITY
impl Unpin for OUTPUT_SEVERITY
impl UnwindSafe for OUTPUT_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