#[repr(C, align(8))]pub struct RTypedData {
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§
Source§impl Clone for RTypedData
impl Clone for RTypedData
Source§fn clone(&self) -> RTypedData
fn clone(&self) -> RTypedData
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RTypedData
impl Debug for RTypedData
Source§impl PartialEq for RTypedData
impl PartialEq for RTypedData
impl Copy for RTypedData
impl Eq for RTypedData
impl StructuralPartialEq for RTypedData
Auto Trait Implementations§
impl Freeze for RTypedData
impl RefUnwindSafe for RTypedData
impl Send for RTypedData
impl Sync for RTypedData
impl Unpin for RTypedData
impl UnwindSafe for RTypedData
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)