pub struct PotreeAssets;Expand description
A provider for the built potree assets so that they can be embedded into a
Rust application binary.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PotreeAssets
impl RefUnwindSafe for PotreeAssets
impl Send for PotreeAssets
impl Sync for PotreeAssets
impl Unpin for PotreeAssets
impl UnsafeUnpin for PotreeAssets
impl UnwindSafe for PotreeAssets
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