[][src]Struct tinycdb_sys::cdb

#[repr(C)]pub struct cdb {
    pub cdb_fd: c_int,
    // some fields omitted
}

Fields

cdb_fd: c_int

Implementations

impl cdb[src]

pub fn cdb_datapos(&self) -> c_uint[src]

pub fn cdb_datalen(&self) -> c_uint[src]

pub fn cdb_keypos(&self) -> c_uint[src]

pub fn cdb_keylen(&self) -> c_uint[src]

Auto Trait Implementations

impl RefUnwindSafe for cdb

impl !Send for cdb

impl !Sync for cdb

impl Unpin for cdb

impl UnwindSafe for cdb

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.