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