#[repr(C)]pub struct cpdb_settings_t {
pub count: i32,
pub table: *mut c_void,
}Fields§
§count: i32§table: *mut c_voidTrait Implementations§
Source§impl Debug for cpdb_settings_t
impl Debug for cpdb_settings_t
Source§impl Default for cpdb_settings_t
impl Default for cpdb_settings_t
Source§fn default() -> cpdb_settings_t
fn default() -> cpdb_settings_t
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for cpdb_settings_t
impl !Sync for cpdb_settings_t
impl Freeze for cpdb_settings_t
impl RefUnwindSafe for cpdb_settings_t
impl Unpin for cpdb_settings_t
impl UnsafeUnpin for cpdb_settings_t
impl UnwindSafe for cpdb_settings_t
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