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