Struct zarrs::array::codec::array_to_bytes::zfp::ZfpExpertConfiguration
source · pub struct ZfpExpertConfiguration {
pub rate: f64,
}Available on crate feature
zfp only.Expand description
The zfp configuration for expert mode.
Fields§
§rate: f64The rate is the number of compressed bits per value.
Trait Implementations§
source§impl Clone for ZfpExpertConfiguration
impl Clone for ZfpExpertConfiguration
source§fn clone(&self) -> ZfpExpertConfiguration
fn clone(&self) -> ZfpExpertConfiguration
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 ZfpExpertConfiguration
impl Debug for ZfpExpertConfiguration
source§impl<'de> Deserialize<'de> for ZfpExpertConfiguration
impl<'de> Deserialize<'de> for ZfpExpertConfiguration
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ZfpExpertConfiguration
impl Display for ZfpExpertConfiguration
source§impl PartialEq for ZfpExpertConfiguration
impl PartialEq for ZfpExpertConfiguration
source§fn eq(&self, other: &ZfpExpertConfiguration) -> bool
fn eq(&self, other: &ZfpExpertConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ZfpExpertConfiguration
impl Serialize for ZfpExpertConfiguration
impl StructuralPartialEq for ZfpExpertConfiguration
Auto Trait Implementations§
impl Freeze for ZfpExpertConfiguration
impl RefUnwindSafe for ZfpExpertConfiguration
impl Send for ZfpExpertConfiguration
impl Sync for ZfpExpertConfiguration
impl Unpin for ZfpExpertConfiguration
impl UnwindSafe for ZfpExpertConfiguration
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