#[repr(transparent)]pub struct MDBX_db_flags_t(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_DB_DEFAULTS: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_REVERSEKEY: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_DUPSORT: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_INTEGERKEY: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_DUPFIXED: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_INTEGERDUP: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_REVERSEDUP: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_CREATE: MDBX_db_flags_t
Source§impl MDBX_db_flags_t
impl MDBX_db_flags_t
pub const MDBX_DB_ACCEDE: MDBX_db_flags_t
Trait Implementations§
Source§impl BitAnd for MDBX_db_flags_t
impl BitAnd for MDBX_db_flags_t
Source§impl BitAndAssign for MDBX_db_flags_t
impl BitAndAssign for MDBX_db_flags_t
Source§fn bitand_assign(&mut self, rhs: MDBX_db_flags_t)
fn bitand_assign(&mut self, rhs: MDBX_db_flags_t)
Performs the
&= operation. Read moreSource§impl BitOr for MDBX_db_flags_t
impl BitOr for MDBX_db_flags_t
Source§impl BitOrAssign for MDBX_db_flags_t
impl BitOrAssign for MDBX_db_flags_t
Source§fn bitor_assign(&mut self, rhs: MDBX_db_flags_t)
fn bitor_assign(&mut self, rhs: MDBX_db_flags_t)
Performs the
|= operation. Read moreSource§impl Clone for MDBX_db_flags_t
impl Clone for MDBX_db_flags_t
Source§fn clone(&self) -> MDBX_db_flags_t
fn clone(&self) -> MDBX_db_flags_t
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 moreSource§impl Debug for MDBX_db_flags_t
impl Debug for MDBX_db_flags_t
Source§impl Hash for MDBX_db_flags_t
impl Hash for MDBX_db_flags_t
Source§impl PartialEq for MDBX_db_flags_t
impl PartialEq for MDBX_db_flags_t
impl Copy for MDBX_db_flags_t
impl Eq for MDBX_db_flags_t
impl StructuralPartialEq for MDBX_db_flags_t
Auto Trait Implementations§
impl Freeze for MDBX_db_flags_t
impl RefUnwindSafe for MDBX_db_flags_t
impl Send for MDBX_db_flags_t
impl Sync for MDBX_db_flags_t
impl Unpin for MDBX_db_flags_t
impl UnwindSafe for MDBX_db_flags_t
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