Struct EClrOperation
#[repr(transparent)]pub struct EClrOperation(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EClrOperation
impl Clone for EClrOperation
§fn clone(&self) -> EClrOperation
fn clone(&self) -> EClrOperation
Returns a copy 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 more§impl Debug for EClrOperation
impl Debug for EClrOperation
§impl Default for EClrOperation
impl Default for EClrOperation
§fn default() -> EClrOperation
fn default() -> EClrOperation
Returns the “default value” for a type. Read more
§impl PartialEq for EClrOperation
impl PartialEq for EClrOperation
impl Copy for EClrOperation
impl Eq for EClrOperation
impl StructuralPartialEq for EClrOperation
Auto Trait Implementations§
impl Freeze for EClrOperation
impl RefUnwindSafe for EClrOperation
impl Send for EClrOperation
impl Sync for EClrOperation
impl Unpin for EClrOperation
impl UnwindSafe for EClrOperation
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