pub enum DismLogLevel {
DismLogErrors,
DismLogErrorsWarnings,
DismLogErrorsWarningsInfo,
}
Available on crate feature
dism
and Windows only.Variants§
Trait Implementations§
Source§impl Debug for DismLogLevel
impl Debug for DismLogLevel
Source§impl From<DismLogLevel> for u32
impl From<DismLogLevel> for u32
Source§fn from(v: DismLogLevel) -> Self
fn from(v: DismLogLevel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DismLogLevel
impl RefUnwindSafe for DismLogLevel
impl Send for DismLogLevel
impl Sync for DismLogLevel
impl Unpin for DismLogLevel
impl UnwindSafe for DismLogLevel
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