pub struct GvoxRunLengthEncoding;
Expand description
Handles conversions for Gvox RLE files.
Trait Implementations§
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<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 NamedAdapter for GvoxRunLengthEncoding
impl NamedAdapter for GvoxRunLengthEncoding
Auto Trait Implementations§
impl Freeze for GvoxRunLengthEncoding
impl RefUnwindSafe for GvoxRunLengthEncoding
impl Send for GvoxRunLengthEncoding
impl Sync for GvoxRunLengthEncoding
impl Unpin for GvoxRunLengthEncoding
impl UnwindSafe for GvoxRunLengthEncoding
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