pub struct Tjs2File {
pub toplevel: i32,
pub const_pools: ConstPools,
pub objects: Vec<Tjs2Object>,
}Fields§
§toplevel: i32§const_pools: ConstPools§objects: Vec<Tjs2Object>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tjs2File
impl RefUnwindSafe for Tjs2File
impl Send for Tjs2File
impl Sync for Tjs2File
impl Unpin for Tjs2File
impl UnwindSafe for Tjs2File
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