pub struct ZfpyCodecConfigurationNumcodecs {
pub mode: ZfpyCodecConfigurationMode,
}Expand description
zfpy codec configuration parameters (numcodecs).
Fields§
§mode: ZfpyCodecConfigurationModeThe zfp codec configuration mode.
Trait Implementations§
Source§impl Clone for ZfpyCodecConfigurationNumcodecs
impl Clone for ZfpyCodecConfigurationNumcodecs
Source§fn clone(&self) -> ZfpyCodecConfigurationNumcodecs
fn clone(&self) -> ZfpyCodecConfigurationNumcodecs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ZfpyCodecConfigurationNumcodecs
impl<'de> Deserialize<'de> for ZfpyCodecConfigurationNumcodecs
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 From<ZfpyCodecConfigurationNumcodecs> for ZfpyCodecConfiguration
impl From<ZfpyCodecConfigurationNumcodecs> for ZfpyCodecConfiguration
Source§fn from(value: ZfpyCodecConfigurationNumcodecs) -> Self
fn from(value: ZfpyCodecConfigurationNumcodecs) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for ZfpyCodecConfigurationNumcodecs
Auto Trait Implementations§
impl Freeze for ZfpyCodecConfigurationNumcodecs
impl RefUnwindSafe for ZfpyCodecConfigurationNumcodecs
impl Send for ZfpyCodecConfigurationNumcodecs
impl Sync for ZfpyCodecConfigurationNumcodecs
impl Unpin for ZfpyCodecConfigurationNumcodecs
impl UnsafeUnpin for ZfpyCodecConfigurationNumcodecs
impl UnwindSafe for ZfpyCodecConfigurationNumcodecs
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