#[repr(C)]pub struct MDBX_chk_internal {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for MDBX_chk_internal
impl Clone for MDBX_chk_internal
Source§fn clone(&self) -> MDBX_chk_internal
fn clone(&self) -> MDBX_chk_internal
Returns a duplicate 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_chk_internal
impl Debug for MDBX_chk_internal
impl Copy for MDBX_chk_internal
Auto Trait Implementations§
impl Freeze for MDBX_chk_internal
impl RefUnwindSafe for MDBX_chk_internal
impl Send for MDBX_chk_internal
impl Sync for MDBX_chk_internal
impl Unpin for MDBX_chk_internal
impl UnwindSafe for MDBX_chk_internal
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