#[repr(C)]pub struct cdb {
pub cdb_fd: c_int,
/* private fields */
}Fields§
§cdb_fd: c_intImplementations§
Source§impl cdb
impl cdb
pub fn cdb_datapos(&self) -> c_uint
pub fn cdb_datalen(&self) -> c_uint
pub fn cdb_keypos(&self) -> c_uint
pub fn cdb_keylen(&self) -> c_uint
Auto Trait Implementations§
impl Freeze for cdb
impl RefUnwindSafe for cdb
impl !Send for cdb
impl !Sync for cdb
impl Unpin for cdb
impl UnwindSafe for cdb
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