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