#[repr(C)]pub struct RbDataType {
pub wrap_struct_name: *const c_char,
pub function: RbDataTypeFunction,
pub parent: *const RbDataType,
pub data: *mut c_void,
pub flags: Value,
}Fields§
§wrap_struct_name: *const c_char§function: RbDataTypeFunction§parent: *const RbDataType§data: *mut c_void§flags: ValueAuto Trait Implementations§
impl Freeze for RbDataType
impl RefUnwindSafe for RbDataType
impl !Send for RbDataType
impl !Sync for RbDataType
impl Unpin for RbDataType
impl UnwindSafe for RbDataType
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