pub enum CodecName {
None,
JPEG,
LZ4,
Blosc,
}Expand description
Codec names for compressed NDArray data.
Variants§
Trait Implementations§
impl Copy for CodecName
impl Eq for CodecName
impl StructuralPartialEq for CodecName
Auto Trait Implementations§
impl Freeze for CodecName
impl RefUnwindSafe for CodecName
impl Send for CodecName
impl Sync for CodecName
impl Unpin for CodecName
impl UnsafeUnpin for CodecName
impl UnwindSafe for CodecName
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