#[repr(C, align(8))]pub struct RString {
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 RString
impl Eq for RString
impl StructuralPartialEq for RString
Auto Trait Implementations§
impl Freeze for RString
impl RefUnwindSafe for RString
impl Send for RString
impl Sync for RString
impl Unpin for RString
impl UnwindSafe for RString
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