#[repr(C)]pub struct TabI {
pub vt: *mut TabVt,
pub inst: *mut TabO,
pub root_id: u64,
}
Fields§
§vt: *mut TabVt
§inst: *mut TabO
§root_id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TabI
impl RefUnwindSafe for TabI
impl !Send for TabI
impl !Sync for TabI
impl Unpin for TabI
impl UnwindSafe for TabI
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