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