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