#[repr(C)]pub struct SZ3_Config {Show 16 fields
pub N: c_char,
pub dims: *mut usize,
pub num: usize,
pub cmprAlgo: u8,
pub errorBoundMode: u8,
pub absErrorBound: f64,
pub relErrorBound: f64,
pub psnrErrorBound: f64,
pub l2normErrorBound: f64,
pub lorenzo: bool,
pub lorenzo2: bool,
pub regression: bool,
pub openmp: bool,
pub dataType: u8,
pub quantbinCnt: c_int,
pub blockSize: c_int,
}Fields§
§N: c_char§dims: *mut usize§num: usize§cmprAlgo: u8§errorBoundMode: u8§absErrorBound: f64§relErrorBound: f64§psnrErrorBound: f64§l2normErrorBound: f64§lorenzo: bool§lorenzo2: bool§regression: bool§openmp: bool§dataType: u8§quantbinCnt: c_int§blockSize: c_intTrait Implementations§
Source§impl Clone for SZ3_Config
impl Clone for SZ3_Config
Source§fn clone(&self) -> SZ3_Config
fn clone(&self) -> SZ3_Config
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 SZ3_Config
impl Debug for SZ3_Config
impl Copy for SZ3_Config
Auto Trait Implementations§
impl Freeze for SZ3_Config
impl RefUnwindSafe for SZ3_Config
impl !Send for SZ3_Config
impl !Sync for SZ3_Config
impl Unpin for SZ3_Config
impl UnwindSafe for SZ3_Config
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