#[repr(C, align(8))]pub struct RArray {
pub _bindgen_opaque_blob: [u64; 5],
}Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
Fields§
§_bindgen_opaque_blob: [u64; 5]Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
Trait Implementations§
impl Copy for RArray
impl Eq for RArray
impl StructuralPartialEq for RArray
Auto Trait Implementations§
impl Freeze for RArray
impl RefUnwindSafe for RArray
impl Send for RArray
impl Sync for RArray
impl Unpin for RArray
impl UnwindSafe for RArray
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