Struct mdbx_sys::MDBX_canary
source · Fields
x: u64y: u64z: u64v: u64Trait Implementations
sourceimpl Clone for MDBX_canary
impl Clone for MDBX_canary
sourcefn clone(&self) -> MDBX_canary
fn clone(&self) -> MDBX_canary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MDBX_canary
impl Debug for MDBX_canary
impl Copy for MDBX_canary
Auto Trait Implementations
impl RefUnwindSafe for MDBX_canary
impl Send for MDBX_canary
impl Sync for MDBX_canary
impl Unpin for MDBX_canary
impl UnwindSafe for MDBX_canary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more