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