pub struct Mp3dLoader;Expand description
Loader for Habitat-Sim Matterport3D .house semantic descriptors.
Trait Implementations§
Source§impl SemanticSceneLoader for Mp3dLoader
impl SemanticSceneLoader for Mp3dLoader
Source§type Options = Mp3dOptions
type Options = Mp3dOptions
Loader-specific options.
Source§fn from_reader<R: BufRead>(
reader: R,
options: Self::Options,
) -> Result<SemanticScene, Self::Error>
fn from_reader<R: BufRead>( reader: R, options: Self::Options, ) -> Result<SemanticScene, Self::Error>
Loads a semantic scene from any buffered reader. Read more
Auto Trait Implementations§
impl Freeze for Mp3dLoader
impl RefUnwindSafe for Mp3dLoader
impl Send for Mp3dLoader
impl Sync for Mp3dLoader
impl Unpin for Mp3dLoader
impl UnsafeUnpin for Mp3dLoader
impl UnwindSafe for Mp3dLoader
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