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