pub struct LogSeverity(/* private fields */);Expand description
See cef_log_severity_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_log_severity_t> for LogSeverity
impl AsMut<cef_log_severity_t> for LogSeverity
Source§fn as_mut(&mut self) -> &mut cef_log_severity_t
fn as_mut(&mut self) -> &mut cef_log_severity_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_log_severity_t> for LogSeverity
impl AsRef<cef_log_severity_t> for LogSeverity
Source§fn as_ref(&self) -> &cef_log_severity_t
fn as_ref(&self) -> &cef_log_severity_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for LogSeverity
impl Clone for LogSeverity
Source§fn clone(&self) -> LogSeverity
fn clone(&self) -> LogSeverity
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 LogSeverity
impl Debug for LogSeverity
Source§impl Default for LogSeverity
impl Default for LogSeverity
Source§impl From<LogSeverity> for cef_log_severity_t
impl From<LogSeverity> for cef_log_severity_t
Source§fn from(value: LogSeverity) -> Self
fn from(value: LogSeverity) -> Self
Converts to this type from the input type.
Source§impl From<cef_log_severity_t> for LogSeverity
impl From<cef_log_severity_t> for LogSeverity
Source§fn from(value: cef_log_severity_t) -> Self
fn from(value: cef_log_severity_t) -> Self
Converts to this type from the input type.
Source§impl Hash for LogSeverity
impl Hash for LogSeverity
Source§impl PartialEq for LogSeverity
impl PartialEq for LogSeverity
impl Copy for LogSeverity
impl Eq for LogSeverity
impl StructuralPartialEq for LogSeverity
Auto Trait Implementations§
impl Freeze for LogSeverity
impl RefUnwindSafe for LogSeverity
impl Send for LogSeverity
impl Sync for LogSeverity
impl Unpin for LogSeverity
impl UnwindSafe for LogSeverity
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