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