Struct StorageItemTypes
#[repr(transparent)]pub struct StorageItemTypes(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl StorageItemTypes
impl StorageItemTypes
§impl StorageItemTypes
impl StorageItemTypes
Trait Implementations§
§impl BitAnd for StorageItemTypes
impl BitAnd for StorageItemTypes
§impl BitAndAssign for StorageItemTypes
impl BitAndAssign for StorageItemTypes
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for StorageItemTypes
impl BitOr for StorageItemTypes
§impl BitOrAssign for StorageItemTypes
impl BitOrAssign for StorageItemTypes
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for StorageItemTypes
impl Clone for StorageItemTypes
§fn clone(&self) -> StorageItemTypes
fn clone(&self) -> StorageItemTypes
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 more§impl Debug for StorageItemTypes
impl Debug for StorageItemTypes
§impl Default for StorageItemTypes
impl Default for StorageItemTypes
§fn default() -> StorageItemTypes
fn default() -> StorageItemTypes
Returns the “default value” for a type. Read more
§impl Not for StorageItemTypes
impl Not for StorageItemTypes
§impl PartialEq for StorageItemTypes
impl PartialEq for StorageItemTypes
impl Copy for StorageItemTypes
impl Eq for StorageItemTypes
impl StructuralPartialEq for StorageItemTypes
Auto Trait Implementations§
impl Freeze for StorageItemTypes
impl RefUnwindSafe for StorageItemTypes
impl Send for StorageItemTypes
impl Sync for StorageItemTypes
impl Unpin for StorageItemTypes
impl UnwindSafe for StorageItemTypes
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