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