#[repr(C)]pub struct rb_ast_id_table {
pub size: c_int,
pub ids: __IncompleteArrayField<ID>,
}
Fields§
§size: c_int
§ids: __IncompleteArrayField<ID>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for rb_ast_id_table
impl RefUnwindSafe for rb_ast_id_table
impl Send for rb_ast_id_table
impl Sync for rb_ast_id_table
impl Unpin for rb_ast_id_table
impl UnwindSafe for rb_ast_id_table
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