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_intids: __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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more