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