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