#[repr(C)]pub struct rb_shape {
pub edges: *mut rb_id_table,
pub edge_name: ID,
pub next_iv_index: attr_index_t,
pub capacity: u32,
pub type_: u8,
pub size_pool_index: u8,
pub parent_id: shape_id_t,
}
Fields§
§edges: *mut rb_id_table
§edge_name: ID
§next_iv_index: attr_index_t
§capacity: u32
§type_: u8
§size_pool_index: u8
§parent_id: shape_id_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for rb_shape
impl RefUnwindSafe for rb_shape
impl !Send for rb_shape
impl !Sync for rb_shape
impl Unpin for rb_shape
impl UnwindSafe for rb_shape
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)