[−][src]Struct mruby_sys::RObject
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
c: *mut RClass
gcnext: *mut RBasic
iv: *mut iv_tbl
Methods
impl RObject
[src][−]
pub fn tt(&self) -> mrb_vtype
[src]
pub fn set_tt(&mut self, val: mrb_vtype)
[src]
pub fn color(&self) -> u32
[src]
pub fn set_color(&mut self, val: u32)
[src]
pub fn flags(&self) -> u32
[src]
pub fn set_flags(&mut self, val: u32)
[src]
pub fn new_bitfield_1(
tt: mrb_vtype,
color: u32,
flags: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]
tt: mrb_vtype,
color: u32,
flags: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations
Auto Trait Implementations
impl !Send for RObject
impl Unpin for RObject
impl !Sync for RObject
impl UnwindSafe for RObject
impl RefUnwindSafe for RObject
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,