pub struct ValueCounts {
pub c32: u16,
pub c64: u16,
pub c128: u16,
}Fields§
§c32: u16§c64: u16§c128: u16Implementations§
Trait Implementations§
Source§impl Clone for ValueCounts
impl Clone for ValueCounts
Source§fn clone(&self) -> ValueCounts
fn clone(&self) -> ValueCounts
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 ValueCounts
impl Debug for ValueCounts
Source§impl Default for ValueCounts
impl Default for ValueCounts
Source§fn default() -> ValueCounts
fn default() -> ValueCounts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValueCounts
impl<'de> Deserialize<'de> for ValueCounts
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<'a> FromIterator<&'a WasmType> for ValueCounts
impl<'a> FromIterator<&'a WasmType> for ValueCounts
Source§impl PartialEq for ValueCounts
impl PartialEq for ValueCounts
Source§impl Serialize for ValueCounts
impl Serialize for ValueCounts
impl Copy for ValueCounts
impl Eq for ValueCounts
impl StructuralPartialEq for ValueCounts
Auto Trait Implementations§
impl Freeze for ValueCounts
impl RefUnwindSafe for ValueCounts
impl Send for ValueCounts
impl Sync for ValueCounts
impl Unpin for ValueCounts
impl UnsafeUnpin for ValueCounts
impl UnwindSafe for ValueCounts
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