Enum sgx_types::types::QlLogLevel
source · [−]#[repr(u32)]
pub enum QlLogLevel {
LogError,
LogInfo,
}
Variants
LogError
LogInfo
Trait Implementations
sourceimpl Clone for QlLogLevel
impl Clone for QlLogLevel
sourcefn clone(&self) -> QlLogLevel
fn clone(&self) -> QlLogLevel
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QlLogLevel
impl Debug for QlLogLevel
sourceimpl Default for QlLogLevel
impl Default for QlLogLevel
sourcefn default() -> QlLogLevel
fn default() -> QlLogLevel
Returns the “default value” for a type. Read more
sourceimpl From<QlLogLevel> for u32
impl From<QlLogLevel> for u32
sourcefn from(n: QlLogLevel) -> u32
fn from(n: QlLogLevel) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<QlLogLevel> for QlLogLevel
impl PartialEq<QlLogLevel> for QlLogLevel
sourcefn eq(&self, other: &QlLogLevel) -> bool
fn eq(&self, other: &QlLogLevel) -> bool
sourceimpl TryFrom<u32> for QlLogLevel
impl TryFrom<u32> for QlLogLevel
impl ContiguousMemory for QlLogLevel
impl Copy for QlLogLevel
impl Eq for QlLogLevel
impl StructuralEq for QlLogLevel
impl StructuralPartialEq for QlLogLevel
Auto Trait Implementations
impl RefUnwindSafe for QlLogLevel
impl Send for QlLogLevel
impl Sync for QlLogLevel
impl Unpin for QlLogLevel
impl UnwindSafe for QlLogLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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