Struct mdbx_sys::MDBX_canary
source · #[repr(C)]pub struct MDBX_canary {
pub x: u64,
pub y: u64,
pub z: u64,
pub v: u64,
}Fields§
§x: u64§y: u64§z: u64§v: u64Trait Implementations§
source§impl Clone for MDBX_canary
impl Clone for MDBX_canary
source§fn clone(&self) -> MDBX_canary
fn clone(&self) -> MDBX_canary
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