#[repr(C, align(8))]pub struct RArray {
pub _bindgen_opaque_blob: [u64; 5],
}Expand description
Generated by rb-sys for Ruby 3.0.2
Fields§
§_bindgen_opaque_blob: [u64; 5]Generated by rb-sys for Ruby 3.0.2
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)