pub struct BlockScale {
pub size: BlockSize,
pub dtype: ScaleDtype,
}Expand description
The per-block scale level of a QuantScheme: one scale per block of values.
Fields§
§size: BlockSizeThe block of values sharing one scale.
dtype: ScaleDtypeThe dtype the level’s scales are stored in.
Trait Implementations§
Source§impl Clone for BlockScale
impl Clone for BlockScale
Source§fn clone(&self) -> BlockScale
fn clone(&self) -> BlockScale
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 moreimpl Copy for BlockScale
Source§impl Debug for BlockScale
impl Debug for BlockScale
Source§impl<'de> Deserialize<'de> for BlockScale
impl<'de> Deserialize<'de> for BlockScale
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BlockScale, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BlockScale, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BlockScale
Source§impl Hash for BlockScale
impl Hash for BlockScale
Source§impl Ord for BlockScale
impl Ord for BlockScale
Source§fn cmp(&self, other: &BlockScale) -> Ordering
fn cmp(&self, other: &BlockScale) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlockScale
impl PartialEq for BlockScale
Source§impl PartialOrd for BlockScale
impl PartialOrd for BlockScale
Source§impl Serialize for BlockScale
impl Serialize for BlockScale
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for BlockScale
Auto Trait Implementations§
impl Freeze for BlockScale
impl RefUnwindSafe for BlockScale
impl Send for BlockScale
impl Sync for BlockScale
impl Unpin for BlockScale
impl UnsafeUnpin for BlockScale
impl UnwindSafe for BlockScale
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.