#[repr(C, align(8))]pub struct rb_matchext_struct {
pub _bindgen_opaque_blob: [u64; 5],
}Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8
Fields§
§_bindgen_opaque_blob: [u64; 5]Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8
Trait Implementations§
Source§impl Clone for rb_matchext_struct
impl Clone for rb_matchext_struct
Source§fn clone(&self) -> rb_matchext_struct
fn clone(&self) -> rb_matchext_struct
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rb_matchext_struct
Source§impl Debug for rb_matchext_struct
impl Debug for rb_matchext_struct
impl Eq for rb_matchext_struct
Source§impl PartialEq for rb_matchext_struct
impl PartialEq for rb_matchext_struct
impl StructuralPartialEq for rb_matchext_struct
Auto Trait Implementations§
impl Freeze for rb_matchext_struct
impl RefUnwindSafe for rb_matchext_struct
impl Send for rb_matchext_struct
impl Sync for rb_matchext_struct
impl Unpin for rb_matchext_struct
impl UnsafeUnpin for rb_matchext_struct
impl UnwindSafe for rb_matchext_struct
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