pub struct Tng {
pub version: ScriptField,
pub sections: Vec<TngSection>,
}Fields§
§version: ScriptField§sections: Vec<TngSection>Implementations§
Trait Implementations§
impl StructuralPartialEq for Tng
Auto Trait Implementations§
impl Freeze for Tng
impl RefUnwindSafe for Tng
impl Send for Tng
impl Sync for Tng
impl Unpin for Tng
impl UnwindSafe for Tng
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