Struct rgbstd::interface::rgb21::ItemsCount   
source · pub struct ItemsCount(_);Trait Implementations§
source§impl Add<ItemsCount> for ItemsCount
 
impl Add<ItemsCount> for ItemsCount
source§impl AddAssign<ItemsCount> for ItemsCount
 
impl AddAssign<ItemsCount> for ItemsCount
source§fn add_assign(&mut self, rhs: Self)
 
fn add_assign(&mut self, rhs: Self)
Performs the 
+= operation. Read moresource§impl AsMut<<ItemsCount as Wrapper>::Inner> for ItemsCount
 
impl AsMut<<ItemsCount as Wrapper>::Inner> for ItemsCount
source§impl AsRef<<ItemsCount as Wrapper>::Inner> for ItemsCount
 
impl AsRef<<ItemsCount as Wrapper>::Inner> for ItemsCount
source§impl Borrow<<ItemsCount as Wrapper>::Inner> for ItemsCount
 
impl Borrow<<ItemsCount as Wrapper>::Inner> for ItemsCount
source§impl BorrowMut<<ItemsCount as Wrapper>::Inner> for ItemsCount
 
impl BorrowMut<<ItemsCount as Wrapper>::Inner> for ItemsCount
source§impl Clone for ItemsCount
 
impl Clone for ItemsCount
source§fn clone(&self) -> ItemsCount
 
fn clone(&self) -> ItemsCount
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 ItemsCount
 
impl Debug for ItemsCount
source§impl Default for ItemsCount
 
impl Default for ItemsCount
source§fn default() -> ItemsCount
 
fn default() -> ItemsCount
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ItemsCount
 
impl<'de> Deserialize<'de> for ItemsCount
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 ItemsCount
 
impl Display for ItemsCount
source§impl Div<ItemsCount> for ItemsCount
 
impl Div<ItemsCount> for ItemsCount
source§impl DivAssign<ItemsCount> for ItemsCount
 
impl DivAssign<ItemsCount> for ItemsCount
source§fn div_assign(&mut self, rhs: Self)
 
fn div_assign(&mut self, rhs: Self)
Performs the 
/= operation. Read moresource§impl From<ItemsCount> for u32
 
impl From<ItemsCount> for u32
source§fn from(wrapped: ItemsCount) -> Self
 
fn from(wrapped: ItemsCount) -> Self
Converts to this type from the input type.
source§impl From<u32> for ItemsCount
 
impl From<u32> for ItemsCount
source§impl FromStr for ItemsCount
 
impl FromStr for ItemsCount
source§impl Hash for ItemsCount
 
impl Hash for ItemsCount
source§impl Mul<ItemsCount> for ItemsCount
 
impl Mul<ItemsCount> for ItemsCount
source§impl MulAssign<ItemsCount> for ItemsCount
 
impl MulAssign<ItemsCount> for ItemsCount
source§fn mul_assign(&mut self, rhs: Self)
 
fn mul_assign(&mut self, rhs: Self)
Performs the 
*= operation. Read moresource§impl Ord for ItemsCount
 
impl Ord for ItemsCount
source§fn cmp(&self, other: &ItemsCount) -> Ordering
 
fn cmp(&self, other: &ItemsCount) -> Ordering
1.21.0 · 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<ItemsCount> for ItemsCount
 
impl PartialEq<ItemsCount> for ItemsCount
source§fn eq(&self, other: &ItemsCount) -> bool
 
fn eq(&self, other: &ItemsCount) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ItemsCount> for ItemsCount
 
impl PartialOrd<ItemsCount> for ItemsCount
source§fn partial_cmp(&self, other: &ItemsCount) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ItemsCount) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl Rem<ItemsCount> for ItemsCount
 
impl Rem<ItemsCount> for ItemsCount
source§impl RemAssign<ItemsCount> for ItemsCount
 
impl RemAssign<ItemsCount> for ItemsCount
source§fn rem_assign(&mut self, rhs: Self)
 
fn rem_assign(&mut self, rhs: Self)
Performs the 
%= operation. Read moresource§impl Serialize for ItemsCount
 
impl Serialize for ItemsCount
source§impl StrictDecode for ItemsCount
 
impl StrictDecode for ItemsCount
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
source§impl StrictEncode for ItemsCount
 
impl StrictEncode for ItemsCount
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
source§impl StrictTuple for ItemsCount
 
impl StrictTuple for ItemsCount
const FIELD_COUNT: u8 = 1u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
source§impl StrictType for ItemsCount
 
impl StrictType for ItemsCount
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB21
fn strict_name() -> Option<TypeName>
source§impl Sub<ItemsCount> for ItemsCount
 
impl Sub<ItemsCount> for ItemsCount
source§impl SubAssign<ItemsCount> for ItemsCount
 
impl SubAssign<ItemsCount> for ItemsCount
source§fn sub_assign(&mut self, rhs: Self)
 
fn sub_assign(&mut self, rhs: Self)
Performs the 
-= operation. Read moresource§impl Wrapper for ItemsCount
 
impl Wrapper for ItemsCount
source§fn from_inner(inner: Self::Inner) -> Self
 
fn from_inner(inner: Self::Inner) -> Self
Instantiates wrapper type with the inner data
source§fn as_inner(&self) -> &Self::Inner
 
fn as_inner(&self) -> &Self::Inner
Returns reference to the inner representation for the wrapper type
source§fn into_inner(self) -> Self::Inner
 
fn into_inner(self) -> Self::Inner
Unwraps the wrapper returning the inner type
source§impl WrapperMut for ItemsCount
 
impl WrapperMut for ItemsCount
source§fn as_inner_mut(&mut self) -> &mut <Self as Wrapper>::Inner
 
fn as_inner_mut(&mut self) -> &mut <Self as Wrapper>::Inner
Returns a mutable reference to the inner representation for the wrapper
type
impl Copy for ItemsCount
impl Eq for ItemsCount
impl StrictProduct for ItemsCount
impl StructuralEq for ItemsCount
impl StructuralPartialEq for ItemsCount
Auto Trait Implementations§
impl RefUnwindSafe for ItemsCount
impl Send for ItemsCount
impl Sync for ItemsCount
impl Unpin for ItemsCount
impl UnwindSafe for ItemsCount
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
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.