#[repr(C)]pub struct blosc2_instr {
pub cratio: f32,
pub cspeed: f32,
pub filter_speed: f32,
pub flags: [u8; 4],
}Fields§
§cratio: f32§cspeed: f32§filter_speed: f32§flags: [u8; 4]Trait Implementations§
Source§impl Clone for blosc2_instr
impl Clone for blosc2_instr
Source§fn clone(&self) -> blosc2_instr
fn clone(&self) -> blosc2_instr
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_instr
impl Debug for blosc2_instr
impl Copy for blosc2_instr
Auto Trait Implementations§
impl Freeze for blosc2_instr
impl RefUnwindSafe for blosc2_instr
impl Send for blosc2_instr
impl Sync for blosc2_instr
impl Unpin for blosc2_instr
impl UnwindSafe for blosc2_instr
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