pub struct PyCodec { /* private fields */ }
Expand description
Represents a numcodecs.abc.Codec
instance object.
The Bound<Codec>
type implements the PyCodecMethods
API.
Auto Trait Implementations§
impl !Freeze for PyCodec
impl !RefUnwindSafe for PyCodec
impl !Send for PyCodec
impl !Sync for PyCodec
impl Unpin for PyCodec
impl UnwindSafe for PyCodec
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