Struct php_all_sys::php54::bucket[][src]

#[repr(C)]pub struct bucket {
    pub h: ulong,
    pub nKeyLength: uint,
    pub pData: *mut c_void,
    pub pDataPtr: *mut c_void,
    pub pListNext: *mut bucket,
    pub pListLast: *mut bucket,
    pub pNext: *mut bucket,
    pub pLast: *mut bucket,
    pub arKey: *const c_char,
}

Fields

h: ulongnKeyLength: uintpData: *mut c_voidpDataPtr: *mut c_voidpListNext: *mut bucketpListLast: *mut bucketpNext: *mut bucketpLast: *mut bucketarKey: *const c_char

Trait Implementations

impl Clone for bucket[src]

impl Copy for bucket[src]

impl Debug for bucket[src]

Auto Trait Implementations

impl RefUnwindSafe for bucket

impl !Send for bucket

impl !Sync for bucket

impl Unpin for bucket

impl UnwindSafe for bucket

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.