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