pub struct ArealWriter;Expand description
Writer for .areal files.
Implementations§
Source§impl ArealWriter
impl ArealWriter
Sourcepub fn save(engine: &RealityEngine, path: &Path) -> RealityResult<()>
pub fn save(engine: &RealityEngine, path: &Path) -> RealityResult<()>
Save a reality engine to a .areal file.
Auto Trait Implementations§
impl Freeze for ArealWriter
impl RefUnwindSafe for ArealWriter
impl Send for ArealWriter
impl Sync for ArealWriter
impl Unpin for ArealWriter
impl UnsafeUnpin for ArealWriter
impl UnwindSafe for ArealWriter
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