#[repr(C)]pub struct MDBX_chk_scope {
pub issues: *mut MDBX_chk_issue_t,
pub internal: *mut MDBX_chk_internal,
pub object: *const c_void,
pub stage: MDBX_chk_stage_t,
pub verbosity: MDBX_chk_severity_t,
pub subtotal_issues: usize,
pub usr_z: MDBX_chk_scope__bindgen_ty_1,
pub usr_v: MDBX_chk_scope__bindgen_ty_1,
pub usr_o: MDBX_chk_scope__bindgen_ty_1,
}Fields§
§issues: *mut MDBX_chk_issue_t§internal: *mut MDBX_chk_internal§object: *const c_void§stage: MDBX_chk_stage_t§verbosity: MDBX_chk_severity_t§subtotal_issues: usize§usr_z: MDBX_chk_scope__bindgen_ty_1§usr_v: MDBX_chk_scope__bindgen_ty_1§usr_o: MDBX_chk_scope__bindgen_ty_1Trait Implementations§
Source§impl Clone for MDBX_chk_scope
impl Clone for MDBX_chk_scope
Source§fn clone(&self) -> MDBX_chk_scope
fn clone(&self) -> MDBX_chk_scope
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 moreimpl Copy for MDBX_chk_scope
Auto Trait Implementations§
impl Freeze for MDBX_chk_scope
impl RefUnwindSafe for MDBX_chk_scope
impl !Send for MDBX_chk_scope
impl !Sync for MDBX_chk_scope
impl Unpin for MDBX_chk_scope
impl UnwindSafe for MDBX_chk_scope
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