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