#[repr(C)]pub struct estate {
pub prog: Eprog,
pub pc: Wordcode,
pub strs: *mut c_char,
}Fields§
§prog: Eprog§pc: Wordcode§strs: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for estate
impl RefUnwindSafe for estate
impl !Send for estate
impl !Sync for estate
impl Unpin for estate
impl UnwindSafe for estate
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