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