#[repr(C)]pub struct RClass {
pub basic: RBasic,
pub super_: VALUE,
pub m_tbl: *mut rb_id_table,
}
Fields§
§basic: RBasic
§super_: VALUE
§m_tbl: *mut rb_id_table
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RClass
impl RefUnwindSafe for RClass
impl !Send for RClass
impl !Sync for RClass
impl Unpin for RClass
impl UnwindSafe for RClass
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