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