pub struct IndirectExecutionSetEXT(/* private fields */);Expand description
Trait Implementations§
Source§impl Clone for IndirectExecutionSetEXT
impl Clone for IndirectExecutionSetEXT
Source§fn clone(&self) -> IndirectExecutionSetEXT
fn clone(&self) -> IndirectExecutionSetEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IndirectExecutionSetEXT
Source§impl Debug for IndirectExecutionSetEXT
impl Debug for IndirectExecutionSetEXT
Source§impl Default for IndirectExecutionSetEXT
impl Default for IndirectExecutionSetEXT
impl Eq for IndirectExecutionSetEXT
Source§impl Handle for IndirectExecutionSetEXT
impl Handle for IndirectExecutionSetEXT
Source§impl Hash for IndirectExecutionSetEXT
impl Hash for IndirectExecutionSetEXT
Source§impl PartialEq for IndirectExecutionSetEXT
impl PartialEq for IndirectExecutionSetEXT
Source§fn eq(&self, other: &IndirectExecutionSetEXT) -> bool
fn eq(&self, other: &IndirectExecutionSetEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IndirectExecutionSetEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetEXT
impl RefUnwindSafe for IndirectExecutionSetEXT
impl Send for IndirectExecutionSetEXT
impl Sync for IndirectExecutionSetEXT
impl Unpin for IndirectExecutionSetEXT
impl UnsafeUnpin for IndirectExecutionSetEXT
impl UnwindSafe for IndirectExecutionSetEXT
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