pub struct VoxelGrid { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for VoxelGrid
Source§impl Representation for VoxelGrid
impl Representation for VoxelGrid
type Output = EventFrame
fn generate( &self, stream: &EventStream, ) -> Result<EventFrame, RepresentationError>
Auto Trait Implementations§
impl Freeze for VoxelGrid
impl RefUnwindSafe for VoxelGrid
impl Send for VoxelGrid
impl Sync for VoxelGrid
impl Unpin for VoxelGrid
impl UnsafeUnpin for VoxelGrid
impl UnwindSafe for VoxelGrid
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