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