#[repr(transparent)]pub struct EfiDiagnosticsLogLevelType(pub u32);Expand description
EFI Diagnostics Log Level Filter
Tuple Fields§
§0: u32Implementations§
Source§impl EfiDiagnosticsLogLevelType
impl EfiDiagnosticsLogLevelType
Sourcepub const DEFAULT: EfiDiagnosticsLogLevelType
pub const DEFAULT: EfiDiagnosticsLogLevelType
Default log level
Sourcepub const INFO: EfiDiagnosticsLogLevelType
pub const INFO: EfiDiagnosticsLogLevelType
Include INFO logs
Sourcepub const FULL: EfiDiagnosticsLogLevelType
pub const FULL: EfiDiagnosticsLogLevelType
All logs
Trait Implementations§
Source§impl Clone for EfiDiagnosticsLogLevelType
impl Clone for EfiDiagnosticsLogLevelType
Source§fn clone(&self) -> EfiDiagnosticsLogLevelType
fn clone(&self) -> EfiDiagnosticsLogLevelType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EfiDiagnosticsLogLevelType
impl Debug for EfiDiagnosticsLogLevelType
Source§impl Default for EfiDiagnosticsLogLevelType
impl Default for EfiDiagnosticsLogLevelType
Source§fn default() -> EfiDiagnosticsLogLevelType
fn default() -> EfiDiagnosticsLogLevelType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EfiDiagnosticsLogLevelType
impl<'de> Deserialize<'de> for EfiDiagnosticsLogLevelType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for EfiDiagnosticsLogLevelType
impl Hash for EfiDiagnosticsLogLevelType
Source§impl Ord for EfiDiagnosticsLogLevelType
impl Ord for EfiDiagnosticsLogLevelType
Source§fn cmp(&self, other: &EfiDiagnosticsLogLevelType) -> Ordering
fn cmp(&self, other: &EfiDiagnosticsLogLevelType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EfiDiagnosticsLogLevelType
impl PartialOrd for EfiDiagnosticsLogLevelType
impl Copy for EfiDiagnosticsLogLevelType
impl Eq for EfiDiagnosticsLogLevelType
impl StructuralPartialEq for EfiDiagnosticsLogLevelType
Auto Trait Implementations§
impl Freeze for EfiDiagnosticsLogLevelType
impl RefUnwindSafe for EfiDiagnosticsLogLevelType
impl Send for EfiDiagnosticsLogLevelType
impl Sync for EfiDiagnosticsLogLevelType
impl Unpin for EfiDiagnosticsLogLevelType
impl UnwindSafe for EfiDiagnosticsLogLevelType
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