#[repr(C)]pub struct RHash {
pub c: *mut RClass,
pub gcnext: *mut RBasic,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub size: u32,
pub iv: *mut iv_tbl,
pub ea_capa: u32,
pub ea_n_used: u32,
pub hsh: RHash__bindgen_ty_1,
}
Fields§
§c: *mut RClass
§gcnext: *mut RBasic
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§size: u32
§iv: *mut iv_tbl
§ea_capa: u32
§ea_n_used: u32
§hsh: RHash__bindgen_ty_1
Implementations§
Source§impl RHash
impl RHash
pub fn tt(&self) -> mrb_vtype
pub fn set_tt(&mut self, val: mrb_vtype)
pub fn color(&self) -> u32
pub fn set_color(&mut self, val: u32)
pub fn flags(&self) -> u32
pub fn set_flags(&mut self, val: u32)
pub fn new_bitfield_1( tt: mrb_vtype, color: u32, flags: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RHash
impl RefUnwindSafe for RHash
impl !Send for RHash
impl !Sync for RHash
impl Unpin for RHash
impl UnwindSafe for RHash
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