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