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