pub struct Mp3dOptions {
pub rotation: Rotation3,
}Expand description
Options for loading Matterport3D .house descriptors.
Fields§
§rotation: Rotation3Rotation to apply while loading.
Only Rotation3::Identity is supported in this milestone. Passing a
non-identity rotation returns LoadError::UnsupportedOption.
Trait Implementations§
Source§impl Clone for Mp3dOptions
impl Clone for Mp3dOptions
Source§fn clone(&self) -> Mp3dOptions
fn clone(&self) -> Mp3dOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Mp3dOptions
impl Debug for Mp3dOptions
Source§impl Default for Mp3dOptions
impl Default for Mp3dOptions
Source§fn default() -> Mp3dOptions
fn default() -> Mp3dOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Mp3dOptions
impl RefUnwindSafe for Mp3dOptions
impl Send for Mp3dOptions
impl Sync for Mp3dOptions
impl Unpin for Mp3dOptions
impl UnsafeUnpin for Mp3dOptions
impl UnwindSafe for Mp3dOptions
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