#[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 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_canary
impl Debug for MDBX_canary
impl Copy for MDBX_canary
Auto Trait Implementations§
impl Freeze for MDBX_canary
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§
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