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