pub struct Parse;
Expand description
Marks types that decode voxel data from a provided input stream.
Trait Implementations§
Source§impl AdapterDescriptor<Parse> for GvoxBrickmap
impl AdapterDescriptor<Parse> for GvoxBrickmap
Source§type Configuration<'a> = ()
type Configuration<'a> = ()
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for GvoxGlobalPalette
impl AdapterDescriptor<Parse> for GvoxGlobalPalette
Source§type Configuration<'a> = ()
type Configuration<'a> = ()
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for GvoxOctree
impl AdapterDescriptor<Parse> for GvoxOctree
Source§type Configuration<'a> = ()
type Configuration<'a> = ()
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for GvoxPalette
impl AdapterDescriptor<Parse> for GvoxPalette
Source§type Configuration<'a> = ()
type Configuration<'a> = ()
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for GvoxRaw
impl AdapterDescriptor<Parse> for GvoxRaw
Source§type Configuration<'a> = ()
type Configuration<'a> = ()
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for GvoxRunLengthEncoding
impl AdapterDescriptor<Parse> for GvoxRunLengthEncoding
Source§type Configuration<'a> = ()
type Configuration<'a> = ()
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for Kvx
impl AdapterDescriptor<Parse> for Kvx
Source§type Configuration<'a> = KvxParseAdapterConfig
type Configuration<'a> = KvxParseAdapterConfig
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for MagicaVoxel
impl AdapterDescriptor<Parse> for MagicaVoxel
Source§type Configuration<'a> = ()
type Configuration<'a> = ()
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl AdapterDescriptor<Parse> for Voxlap
impl AdapterDescriptor<Parse> for Voxlap
Source§type Configuration<'a> = VoxlapParseAdapterConfig
type Configuration<'a> = VoxlapParseAdapterConfig
The datastructure that this adapter accepts during context creation.
Source§type Handler = ExternalHandler
type Handler = ExternalHandler
The datastructure that stores user state and handles adapter callbacks.
Source§impl Ord for Parse
impl Ord for Parse
Source§impl PartialOrd for Parse
impl PartialOrd for Parse
impl AdapterKind for Parse
impl Copy for Parse
impl Eq for Parse
impl StructuralPartialEq for Parse
Auto Trait Implementations§
impl Freeze for Parse
impl RefUnwindSafe for Parse
impl Send for Parse
impl Sync for Parse
impl Unpin for Parse
impl UnwindSafe for Parse
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