pub struct IndirectExecutionSetInfoTypeEXT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for IndirectExecutionSetInfoTypeEXT
impl Clone for IndirectExecutionSetInfoTypeEXT
Source§fn clone(&self) -> IndirectExecutionSetInfoTypeEXT
fn clone(&self) -> IndirectExecutionSetInfoTypeEXT
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 Default for IndirectExecutionSetInfoTypeEXT
impl Default for IndirectExecutionSetInfoTypeEXT
Source§fn default() -> IndirectExecutionSetInfoTypeEXT
fn default() -> IndirectExecutionSetInfoTypeEXT
Returns the “default value” for a type. Read more
Source§impl Ord for IndirectExecutionSetInfoTypeEXT
impl Ord for IndirectExecutionSetInfoTypeEXT
Source§fn cmp(&self, other: &IndirectExecutionSetInfoTypeEXT) -> Ordering
fn cmp(&self, other: &IndirectExecutionSetInfoTypeEXT) -> 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 IndirectExecutionSetInfoTypeEXT
impl PartialEq for IndirectExecutionSetInfoTypeEXT
Source§fn eq(&self, other: &IndirectExecutionSetInfoTypeEXT) -> bool
fn eq(&self, other: &IndirectExecutionSetInfoTypeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndirectExecutionSetInfoTypeEXT
impl PartialOrd for IndirectExecutionSetInfoTypeEXT
impl Copy for IndirectExecutionSetInfoTypeEXT
impl Eq for IndirectExecutionSetInfoTypeEXT
impl StructuralPartialEq for IndirectExecutionSetInfoTypeEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetInfoTypeEXT
impl RefUnwindSafe for IndirectExecutionSetInfoTypeEXT
impl Send for IndirectExecutionSetInfoTypeEXT
impl Sync for IndirectExecutionSetInfoTypeEXT
impl Unpin for IndirectExecutionSetInfoTypeEXT
impl UnwindSafe for IndirectExecutionSetInfoTypeEXT
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