pub struct Serialize;
Expand description
Marks types that encode voxel data from a provided parser.
Trait Implementations§
Source§impl AdapterDescriptor<Serialize> for ColoredText
impl AdapterDescriptor<Serialize> for ColoredText
Source§type Configuration<'a> = ColoredTextSerializeAdapterConfig
type Configuration<'a> = ColoredTextSerializeAdapterConfig
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<Serialize> for GvoxBrickmap
impl AdapterDescriptor<Serialize> 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<Serialize> for GvoxGlobalPalette
impl AdapterDescriptor<Serialize> 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<Serialize> for GvoxOctree
impl AdapterDescriptor<Serialize> 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<Serialize> for GvoxPalette
impl AdapterDescriptor<Serialize> 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<Serialize> for GvoxRaw
impl AdapterDescriptor<Serialize> 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<Serialize> for GvoxRunLengthEncoding
impl AdapterDescriptor<Serialize> 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 Ord for Serialize
impl Ord for Serialize
Source§impl PartialOrd for Serialize
impl PartialOrd for Serialize
impl AdapterKind for Serialize
impl Copy for Serialize
impl Eq for Serialize
impl StructuralPartialEq for Serialize
Auto Trait Implementations§
impl Freeze for Serialize
impl RefUnwindSafe for Serialize
impl Send for Serialize
impl Sync for Serialize
impl Unpin for Serialize
impl UnwindSafe for Serialize
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