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