#[repr(C)]pub struct MdbStatistics {
pub collect: gboolean,
pub pg_reads: c_ulong,
}
Fields§
§collect: gboolean
§pg_reads: c_ulong
Trait Implementations§
Source§impl Clone for MdbStatistics
impl Clone for MdbStatistics
Source§fn clone(&self) -> MdbStatistics
fn clone(&self) -> MdbStatistics
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 MdbStatistics
impl Debug for MdbStatistics
impl Copy for MdbStatistics
Auto Trait Implementations§
impl Freeze for MdbStatistics
impl RefUnwindSafe for MdbStatistics
impl Send for MdbStatistics
impl Sync for MdbStatistics
impl Unpin for MdbStatistics
impl UnwindSafe for MdbStatistics
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