#[repr(C)]pub struct blosc2_io {
pub id: u8,
pub name: *const c_char,
pub params: *mut c_void,
}Fields§
§id: u8§name: *const c_char§params: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for blosc2_io
impl RefUnwindSafe for blosc2_io
impl !Send for blosc2_io
impl !Sync for blosc2_io
impl Unpin for blosc2_io
impl UnwindSafe for blosc2_io
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