#[repr(transparent)]pub struct OUTPUT_SEVERITY(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl OUTPUT_SEVERITY
impl OUTPUT_SEVERITY
pub const OS_INFO: OUTPUT_SEVERITY
Source§impl OUTPUT_SEVERITY
impl OUTPUT_SEVERITY
pub const OS_WARNING: OUTPUT_SEVERITY
Source§impl OUTPUT_SEVERITY
impl OUTPUT_SEVERITY
pub const OS_ERROR: OUTPUT_SEVERITY
Trait Implementations§
Source§impl Clone for OUTPUT_SEVERITY
impl Clone for OUTPUT_SEVERITY
Source§fn clone(&self) -> OUTPUT_SEVERITY
fn clone(&self) -> OUTPUT_SEVERITY
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 moreimpl Copy for OUTPUT_SEVERITY
Source§impl Debug for OUTPUT_SEVERITY
impl Debug for OUTPUT_SEVERITY
impl Eq for OUTPUT_SEVERITY
Source§impl From<OUTPUT_SEVERITY> for DebugSeverity
impl From<OUTPUT_SEVERITY> for DebugSeverity
Source§fn from(value: OUTPUT_SEVERITY) -> Self
fn from(value: OUTPUT_SEVERITY) -> Self
Converts to this type from the input type.
Source§impl Hash for OUTPUT_SEVERITY
impl Hash for OUTPUT_SEVERITY
Source§impl PartialEq for OUTPUT_SEVERITY
impl PartialEq for OUTPUT_SEVERITY
Source§fn eq(&self, other: &OUTPUT_SEVERITY) -> bool
fn eq(&self, other: &OUTPUT_SEVERITY) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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