Struct blosc2_src::blosc2_codec
source · #[repr(C)]pub struct blosc2_codec {
pub compcode: u8,
pub compname: *mut c_char,
pub complib: u8,
pub version: u8,
pub encoder: blosc2_codec_encoder_cb,
pub decoder: blosc2_codec_decoder_cb,
}Fields§
§compcode: u8§compname: *mut c_char§complib: u8§version: u8§encoder: blosc2_codec_encoder_cb§decoder: blosc2_codec_decoder_cbTrait Implementations§
source§impl Clone for blosc2_codec
impl Clone for blosc2_codec
source§fn clone(&self) -> blosc2_codec
fn clone(&self) -> blosc2_codec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for blosc2_codec
impl Debug for blosc2_codec
impl Copy for blosc2_codec
Auto Trait Implementations§
impl RefUnwindSafe for blosc2_codec
impl !Send for blosc2_codec
impl !Sync for blosc2_codec
impl Unpin for blosc2_codec
impl UnwindSafe for blosc2_codec
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