Struct windows_sys::Foundation::Diagnostics::LoggingLevel
[−]#[repr(transparent)]pub struct LoggingLevel(pub i32);
Expand description
Required features: "Foundation_Diagnostics"
Tuple Fields
0: i32
Implementations
impl LoggingLevel
impl LoggingLevel
pub const Verbose: Self = Self(0i32)
pub const Information: Self = Self(1i32)
pub const Warning: Self = Self(2i32)
pub const Error: Self = Self(3i32)
pub const Critical: Self = Self(4i32)
Trait Implementations
impl Clone for LoggingLevel
impl Clone for LoggingLevel
impl Copy for LoggingLevel
Auto Trait Implementations
impl RefUnwindSafe for LoggingLevel
impl Send for LoggingLevel
impl Sync for LoggingLevel
impl Unpin for LoggingLevel
impl UnwindSafe for LoggingLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more