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