pub struct SpatialSurfaceCodec { /* private fields */ }Expand description
Capability-aware codec for glasses surfaces.
Implementations§
Trait Implementations§
Source§impl Default for SpatialSurfaceCodec
impl Default for SpatialSurfaceCodec
Auto Trait Implementations§
impl !RefUnwindSafe for SpatialSurfaceCodec
impl !UnwindSafe for SpatialSurfaceCodec
impl Freeze for SpatialSurfaceCodec
impl Send for SpatialSurfaceCodec
impl Sync for SpatialSurfaceCodec
impl Unpin for SpatialSurfaceCodec
impl UnsafeUnpin for SpatialSurfaceCodec
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