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