#[repr(C)]pub struct RBasic {
pub flags: VALUE,
pub klass: VALUE,
}Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Fields§
§flags: VALUE§klass: VALUEGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Trait Implementations§
impl Copy for RBasic
impl Eq for RBasic
impl StructuralPartialEq for RBasic
Auto Trait Implementations§
impl Freeze for RBasic
impl RefUnwindSafe for RBasic
impl Send for RBasic
impl Sync for RBasic
impl Unpin for RBasic
impl UnwindSafe for RBasic
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