pub struct SceneCodecLib { /* private fields */ }Expand description
Library that registers the scene node Shapes and codec:scene.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SceneCodecLib
impl RefUnwindSafe for SceneCodecLib
impl Send for SceneCodecLib
impl Sync for SceneCodecLib
impl Unpin for SceneCodecLib
impl UnsafeUnpin for SceneCodecLib
impl UnwindSafe for SceneCodecLib
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