Struct rb_sys::rb_data_type_struct
source · [−]#[repr(C)]pub struct rb_data_type_struct {
pub wrap_struct_name: *const c_char,
pub function: rb_data_type_struct__bindgen_ty_1,
pub parent: *const rb_data_type_t,
pub data: *mut c_void,
pub flags: VALUE,
}Fields
wrap_struct_name: *const c_charfunction: rb_data_type_struct__bindgen_ty_1parent: *const rb_data_type_tdata: *mut c_voidflags: VALUETrait Implementations
sourceimpl Clone for rb_data_type_struct
impl Clone for rb_data_type_struct
sourcefn clone(&self) -> rb_data_type_struct
fn clone(&self) -> rb_data_type_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for rb_data_type_struct
impl Debug for rb_data_type_struct
sourceimpl PartialEq<rb_data_type_struct> for rb_data_type_struct
impl PartialEq<rb_data_type_struct> for rb_data_type_struct
sourcefn eq(&self, other: &rb_data_type_struct) -> bool
fn eq(&self, other: &rb_data_type_struct) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &rb_data_type_struct) -> bool
fn ne(&self, other: &rb_data_type_struct) -> bool
This method tests for !=.
impl Copy for rb_data_type_struct
impl Eq for rb_data_type_struct
impl StructuralEq for rb_data_type_struct
impl StructuralPartialEq for rb_data_type_struct
Auto Trait Implementations
impl RefUnwindSafe for rb_data_type_struct
impl !Send for rb_data_type_struct
impl !Sync for rb_data_type_struct
impl Unpin for rb_data_type_struct
impl UnwindSafe for rb_data_type_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more