#[repr(C)]pub struct blosc2_io_cb {
pub id: u8,
pub name: *mut c_char,
pub open: blosc2_open_cb,
pub close: blosc2_close_cb,
pub tell: blosc2_tell_cb,
pub seek: blosc2_seek_cb,
pub write: blosc2_write_cb,
pub read: blosc2_read_cb,
pub truncate: blosc2_truncate_cb,
}Fields§
§id: u8§name: *mut c_char§open: blosc2_open_cb§close: blosc2_close_cb§tell: blosc2_tell_cb§seek: blosc2_seek_cb§write: blosc2_write_cb§read: blosc2_read_cb§truncate: blosc2_truncate_cbTrait Implementations§
Source§impl Clone for blosc2_io_cb
impl Clone for blosc2_io_cb
Source§fn clone(&self) -> blosc2_io_cb
fn clone(&self) -> blosc2_io_cb
Returns a duplicate 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_io_cb
impl Debug for blosc2_io_cb
impl Copy for blosc2_io_cb
Auto Trait Implementations§
impl Freeze for blosc2_io_cb
impl RefUnwindSafe for blosc2_io_cb
impl !Send for blosc2_io_cb
impl !Sync for blosc2_io_cb
impl Unpin for blosc2_io_cb
impl UnwindSafe for blosc2_io_cb
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