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