Struct rbspy_ruby_structs::ruby_2_1_2::st_table[][src]

#[repr(C)]pub struct st_table {
    pub type_: *const st_hash_type,
    pub num_bins: st_index_t,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u64>,
    pub as_: st_table__bindgen_ty_1,
}

Fields

type_: *const st_hash_typenum_bins: st_index_t_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u64>as_: st_table__bindgen_ty_1

Implementations

impl st_table[src]

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

pub fn set_entries_packed(&mut self, val: c_uint)[src]

pub fn num_entries(&self) -> st_index_t[src]

pub fn set_num_entries(&mut self, val: st_index_t)[src]

pub fn new_bitfield_1(
    entries_packed: c_uint,
    num_entries: st_index_t
) -> __BindgenBitfieldUnit<[u8; 8], u64>
[src]

Trait Implementations

impl Clone for st_table[src]

impl Copy for st_table[src]

impl Debug for st_table[src]

Auto Trait Implementations

impl RefUnwindSafe for st_table

impl !Send for st_table

impl !Sync for st_table

impl Unpin for st_table

impl UnwindSafe for st_table

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.