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
pub const Information: Self
pub const Warning: Self
pub const Error: Self
pub const Critical: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more