Enum sgx_types::types::QlLogLevel
source · #[repr(u32)]pub enum QlLogLevel {
LogError = 0,
LogInfo = 1,
}
Variants§
Trait Implementations§
source§impl Clone for QlLogLevel
impl Clone for QlLogLevel
source§fn clone(&self) -> QlLogLevel
fn clone(&self) -> QlLogLevel
Returns a copy 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 QlLogLevel
impl Debug for QlLogLevel
source§impl Default for QlLogLevel
impl Default for QlLogLevel
source§fn default() -> QlLogLevel
fn default() -> QlLogLevel
Returns the “default value” for a type. Read more
source§impl From<QlLogLevel> for u32
impl From<QlLogLevel> for u32
source§fn from(n: QlLogLevel) -> u32
fn from(n: QlLogLevel) -> u32
Converts to this type from the input type.
source§impl PartialEq for QlLogLevel
impl PartialEq for QlLogLevel
source§fn eq(&self, other: &QlLogLevel) -> bool
fn eq(&self, other: &QlLogLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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