pub struct LegacyStringId(pub i64);
Expand description
Always behaves like an i64
Reads a string and parses it to i64 when connected to Flash or Nitro
Reads an i64 when connected to Unity
Tuple Fields§
§0: i64
Trait Implementations§
Source§impl Add<i32> for LegacyStringId
impl Add<i32> for LegacyStringId
Source§impl Add<i64> for LegacyStringId
impl Add<i64> for LegacyStringId
Source§impl Add for LegacyStringId
impl Add for LegacyStringId
Source§impl AddAssign<i32> for LegacyStringId
impl AddAssign<i32> for LegacyStringId
Source§fn add_assign(&mut self, rhs: i32)
fn add_assign(&mut self, rhs: i32)
Performs the
+=
operation. Read moreSource§impl AddAssign<i64> for LegacyStringId
impl AddAssign<i64> for LegacyStringId
Source§fn add_assign(&mut self, rhs: i64)
fn add_assign(&mut self, rhs: i64)
Performs the
+=
operation. Read moreSource§impl AddAssign for LegacyStringId
impl AddAssign for LegacyStringId
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl BitAnd<i32> for LegacyStringId
impl BitAnd<i32> for LegacyStringId
Source§impl BitAnd<i64> for LegacyStringId
impl BitAnd<i64> for LegacyStringId
Source§impl BitAnd for LegacyStringId
impl BitAnd for LegacyStringId
Source§impl BitAndAssign<i32> for LegacyStringId
impl BitAndAssign<i32> for LegacyStringId
Source§fn bitand_assign(&mut self, rhs: i32)
fn bitand_assign(&mut self, rhs: i32)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<i64> for LegacyStringId
impl BitAndAssign<i64> for LegacyStringId
Source§fn bitand_assign(&mut self, rhs: i64)
fn bitand_assign(&mut self, rhs: i64)
Performs the
&=
operation. Read moreSource§impl BitAndAssign for LegacyStringId
impl BitAndAssign for LegacyStringId
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr<i32> for LegacyStringId
impl BitOr<i32> for LegacyStringId
Source§impl BitOr<i64> for LegacyStringId
impl BitOr<i64> for LegacyStringId
Source§impl BitOr for LegacyStringId
impl BitOr for LegacyStringId
Source§impl BitOrAssign<i32> for LegacyStringId
impl BitOrAssign<i32> for LegacyStringId
Source§fn bitor_assign(&mut self, rhs: i32)
fn bitor_assign(&mut self, rhs: i32)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<i64> for LegacyStringId
impl BitOrAssign<i64> for LegacyStringId
Source§fn bitor_assign(&mut self, rhs: i64)
fn bitor_assign(&mut self, rhs: i64)
Performs the
|=
operation. Read moreSource§impl BitOrAssign for LegacyStringId
impl BitOrAssign for LegacyStringId
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor<i32> for LegacyStringId
impl BitXor<i32> for LegacyStringId
Source§impl BitXor<i64> for LegacyStringId
impl BitXor<i64> for LegacyStringId
Source§impl BitXor for LegacyStringId
impl BitXor for LegacyStringId
Source§impl BitXorAssign<i32> for LegacyStringId
impl BitXorAssign<i32> for LegacyStringId
Source§fn bitxor_assign(&mut self, rhs: i32)
fn bitxor_assign(&mut self, rhs: i32)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<i64> for LegacyStringId
impl BitXorAssign<i64> for LegacyStringId
Source§fn bitxor_assign(&mut self, rhs: i64)
fn bitxor_assign(&mut self, rhs: i64)
Performs the
^=
operation. Read moreSource§impl BitXorAssign for LegacyStringId
impl BitXorAssign for LegacyStringId
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for LegacyStringId
impl Clone for LegacyStringId
Source§fn clone(&self) -> LegacyStringId
fn clone(&self) -> LegacyStringId
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 LegacyStringId
impl Debug for LegacyStringId
Source§impl Default for LegacyStringId
impl Default for LegacyStringId
Source§fn default() -> LegacyStringId
fn default() -> LegacyStringId
Returns the “default value” for a type. Read more
Source§impl Deref for LegacyStringId
impl Deref for LegacyStringId
Source§impl DerefMut for LegacyStringId
impl DerefMut for LegacyStringId
Source§impl Display for LegacyStringId
impl Display for LegacyStringId
Source§impl Div<i32> for LegacyStringId
impl Div<i32> for LegacyStringId
Source§impl Div<i64> for LegacyStringId
impl Div<i64> for LegacyStringId
Source§impl Div for LegacyStringId
impl Div for LegacyStringId
Source§impl DivAssign<i32> for LegacyStringId
impl DivAssign<i32> for LegacyStringId
Source§fn div_assign(&mut self, rhs: i32)
fn div_assign(&mut self, rhs: i32)
Performs the
/=
operation. Read moreSource§impl DivAssign<i64> for LegacyStringId
impl DivAssign<i64> for LegacyStringId
Source§fn div_assign(&mut self, rhs: i64)
fn div_assign(&mut self, rhs: i64)
Performs the
/=
operation. Read moreSource§impl DivAssign for LegacyStringId
impl DivAssign for LegacyStringId
Source§fn div_assign(&mut self, rhs: Self)
fn div_assign(&mut self, rhs: Self)
Performs the
/=
operation. Read moreSource§impl Hash for LegacyStringId
impl Hash for LegacyStringId
Source§impl Mul<i32> for LegacyStringId
impl Mul<i32> for LegacyStringId
Source§impl Mul<i64> for LegacyStringId
impl Mul<i64> for LegacyStringId
Source§impl Mul for LegacyStringId
impl Mul for LegacyStringId
Source§impl MulAssign<i32> for LegacyStringId
impl MulAssign<i32> for LegacyStringId
Source§fn mul_assign(&mut self, rhs: i32)
fn mul_assign(&mut self, rhs: i32)
Performs the
*=
operation. Read moreSource§impl MulAssign<i64> for LegacyStringId
impl MulAssign<i64> for LegacyStringId
Source§fn mul_assign(&mut self, rhs: i64)
fn mul_assign(&mut self, rhs: i64)
Performs the
*=
operation. Read moreSource§impl MulAssign for LegacyStringId
impl MulAssign for LegacyStringId
Source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*=
operation. Read moreSource§impl Neg for LegacyStringId
impl Neg for LegacyStringId
Source§impl Not for LegacyStringId
impl Not for LegacyStringId
Source§impl PacketVariable for LegacyStringId
impl PacketVariable for LegacyStringId
Source§impl PartialEq for LegacyStringId
impl PartialEq for LegacyStringId
Source§impl Rem<i32> for LegacyStringId
impl Rem<i32> for LegacyStringId
Source§impl Rem<i64> for LegacyStringId
impl Rem<i64> for LegacyStringId
Source§impl Rem for LegacyStringId
impl Rem for LegacyStringId
Source§impl RemAssign<i32> for LegacyStringId
impl RemAssign<i32> for LegacyStringId
Source§fn rem_assign(&mut self, rhs: i32)
fn rem_assign(&mut self, rhs: i32)
Performs the
%=
operation. Read moreSource§impl RemAssign<i64> for LegacyStringId
impl RemAssign<i64> for LegacyStringId
Source§fn rem_assign(&mut self, rhs: i64)
fn rem_assign(&mut self, rhs: i64)
Performs the
%=
operation. Read moreSource§impl RemAssign for LegacyStringId
impl RemAssign for LegacyStringId
Source§fn rem_assign(&mut self, rhs: Self)
fn rem_assign(&mut self, rhs: Self)
Performs the
%=
operation. Read moreSource§impl Shl<i32> for LegacyStringId
impl Shl<i32> for LegacyStringId
Source§impl Shl<i64> for LegacyStringId
impl Shl<i64> for LegacyStringId
Source§impl Shl for LegacyStringId
impl Shl for LegacyStringId
Source§impl ShlAssign<i32> for LegacyStringId
impl ShlAssign<i32> for LegacyStringId
Source§fn shl_assign(&mut self, rhs: i32)
fn shl_assign(&mut self, rhs: i32)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<i64> for LegacyStringId
impl ShlAssign<i64> for LegacyStringId
Source§fn shl_assign(&mut self, rhs: i64)
fn shl_assign(&mut self, rhs: i64)
Performs the
<<=
operation. Read moreSource§impl ShlAssign for LegacyStringId
impl ShlAssign for LegacyStringId
Source§fn shl_assign(&mut self, rhs: Self)
fn shl_assign(&mut self, rhs: Self)
Performs the
<<=
operation. Read moreSource§impl Shr<i32> for LegacyStringId
impl Shr<i32> for LegacyStringId
Source§impl Shr<i64> for LegacyStringId
impl Shr<i64> for LegacyStringId
Source§impl Shr for LegacyStringId
impl Shr for LegacyStringId
Source§impl ShrAssign<i32> for LegacyStringId
impl ShrAssign<i32> for LegacyStringId
Source§fn shr_assign(&mut self, rhs: i32)
fn shr_assign(&mut self, rhs: i32)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<i64> for LegacyStringId
impl ShrAssign<i64> for LegacyStringId
Source§fn shr_assign(&mut self, rhs: i64)
fn shr_assign(&mut self, rhs: i64)
Performs the
>>=
operation. Read moreSource§impl ShrAssign for LegacyStringId
impl ShrAssign for LegacyStringId
Source§fn shr_assign(&mut self, rhs: Self)
fn shr_assign(&mut self, rhs: Self)
Performs the
>>=
operation. Read moreSource§impl Sub<i32> for LegacyStringId
impl Sub<i32> for LegacyStringId
Source§impl Sub<i64> for LegacyStringId
impl Sub<i64> for LegacyStringId
Source§impl Sub for LegacyStringId
impl Sub for LegacyStringId
Source§impl SubAssign<i32> for LegacyStringId
impl SubAssign<i32> for LegacyStringId
Source§fn sub_assign(&mut self, rhs: i32)
fn sub_assign(&mut self, rhs: i32)
Performs the
-=
operation. Read moreSource§impl SubAssign<i64> for LegacyStringId
impl SubAssign<i64> for LegacyStringId
Source§fn sub_assign(&mut self, rhs: i64)
fn sub_assign(&mut self, rhs: i64)
Performs the
-=
operation. Read moreSource§impl SubAssign for LegacyStringId
impl SubAssign for LegacyStringId
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-=
operation. Read moreimpl Copy for LegacyStringId
impl Eq for LegacyStringId
impl StructuralPartialEq for LegacyStringId
Auto Trait Implementations§
impl Freeze for LegacyStringId
impl RefUnwindSafe for LegacyStringId
impl Send for LegacyStringId
impl Sync for LegacyStringId
impl Unpin for LegacyStringId
impl UnwindSafe for LegacyStringId
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