pub struct IndirectExecutionSetEXT(/* private fields */);Expand description
Implementations§
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 · 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 IndirectExecutionSetEXT
impl Debug for IndirectExecutionSetEXT
Source§impl Default for IndirectExecutionSetEXT
impl Default for IndirectExecutionSetEXT
Source§fn default() -> IndirectExecutionSetEXT
fn default() -> IndirectExecutionSetEXT
Returns the “default value” for a type. Read more
Source§impl Handle for IndirectExecutionSetEXT
impl Handle for IndirectExecutionSetEXT
Source§impl Hash for IndirectExecutionSetEXT
impl Hash for IndirectExecutionSetEXT
Source§impl Ord for IndirectExecutionSetEXT
impl Ord for IndirectExecutionSetEXT
Source§fn cmp(&self, other: &IndirectExecutionSetEXT) -> Ordering
fn cmp(&self, other: &IndirectExecutionSetEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IndirectExecutionSetEXT
impl PartialEq for IndirectExecutionSetEXT
Source§impl PartialOrd for IndirectExecutionSetEXT
impl PartialOrd for IndirectExecutionSetEXT
Source§impl Pointer for IndirectExecutionSetEXT
impl Pointer for IndirectExecutionSetEXT
impl Copy for IndirectExecutionSetEXT
impl Eq for IndirectExecutionSetEXT
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 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