Struct rbspy_ruby_structs::ruby_3_1_0::rb_ast_id_table
source · #[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 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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