#[repr(C, align(8))]pub struct RString {
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§
source§impl PartialEq for RString
impl PartialEq for RString
impl Copy for RString
impl Eq for RString
impl StructuralPartialEq for RString
Auto Trait Implementations§
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