pub struct LegacyId(pub i64);
Expand description
Behaves like an i32 when connected to Flash or Nitro
Behaves like an i64 when connected to Unity
Tuple Fields§
§0: i64
Trait Implementations§
Source§impl AddAssign<i32> for LegacyId
impl AddAssign<i32> for LegacyId
Source§fn add_assign(&mut self, rhs: i32)
fn add_assign(&mut self, rhs: i32)
Performs the
+=
operation. Read moreSource§impl AddAssign<i64> for LegacyId
impl AddAssign<i64> for LegacyId
Source§fn add_assign(&mut self, rhs: i64)
fn add_assign(&mut self, rhs: i64)
Performs the
+=
operation. Read moreSource§impl AddAssign for LegacyId
impl AddAssign for LegacyId
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl BitAndAssign<i32> for LegacyId
impl BitAndAssign<i32> for LegacyId
Source§fn bitand_assign(&mut self, rhs: i32)
fn bitand_assign(&mut self, rhs: i32)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<i64> for LegacyId
impl BitAndAssign<i64> for LegacyId
Source§fn bitand_assign(&mut self, rhs: i64)
fn bitand_assign(&mut self, rhs: i64)
Performs the
&=
operation. Read moreSource§impl BitAndAssign for LegacyId
impl BitAndAssign for LegacyId
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign<i32> for LegacyId
impl BitOrAssign<i32> for LegacyId
Source§fn bitor_assign(&mut self, rhs: i32)
fn bitor_assign(&mut self, rhs: i32)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<i64> for LegacyId
impl BitOrAssign<i64> for LegacyId
Source§fn bitor_assign(&mut self, rhs: i64)
fn bitor_assign(&mut self, rhs: i64)
Performs the
|=
operation. Read moreSource§impl BitOrAssign for LegacyId
impl BitOrAssign for LegacyId
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign<i32> for LegacyId
impl BitXorAssign<i32> for LegacyId
Source§fn bitxor_assign(&mut self, rhs: i32)
fn bitxor_assign(&mut self, rhs: i32)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<i64> for LegacyId
impl BitXorAssign<i64> for LegacyId
Source§fn bitxor_assign(&mut self, rhs: i64)
fn bitxor_assign(&mut self, rhs: i64)
Performs the
^=
operation. Read moreSource§impl BitXorAssign for LegacyId
impl BitXorAssign for LegacyId
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl DivAssign<i32> for LegacyId
impl DivAssign<i32> for LegacyId
Source§fn div_assign(&mut self, rhs: i32)
fn div_assign(&mut self, rhs: i32)
Performs the
/=
operation. Read moreSource§impl DivAssign<i64> for LegacyId
impl DivAssign<i64> for LegacyId
Source§fn div_assign(&mut self, rhs: i64)
fn div_assign(&mut self, rhs: i64)
Performs the
/=
operation. Read moreSource§impl DivAssign for LegacyId
impl DivAssign for LegacyId
Source§fn div_assign(&mut self, rhs: Self)
fn div_assign(&mut self, rhs: Self)
Performs the
/=
operation. Read moreSource§impl MulAssign<i32> for LegacyId
impl MulAssign<i32> for LegacyId
Source§fn mul_assign(&mut self, rhs: i32)
fn mul_assign(&mut self, rhs: i32)
Performs the
*=
operation. Read moreSource§impl MulAssign<i64> for LegacyId
impl MulAssign<i64> for LegacyId
Source§fn mul_assign(&mut self, rhs: i64)
fn mul_assign(&mut self, rhs: i64)
Performs the
*=
operation. Read moreSource§impl MulAssign for LegacyId
impl MulAssign for LegacyId
Source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*=
operation. Read moreSource§impl PacketVariable for LegacyId
impl PacketVariable for LegacyId
Source§impl RemAssign<i32> for LegacyId
impl RemAssign<i32> for LegacyId
Source§fn rem_assign(&mut self, rhs: i32)
fn rem_assign(&mut self, rhs: i32)
Performs the
%=
operation. Read moreSource§impl RemAssign<i64> for LegacyId
impl RemAssign<i64> for LegacyId
Source§fn rem_assign(&mut self, rhs: i64)
fn rem_assign(&mut self, rhs: i64)
Performs the
%=
operation. Read moreSource§impl RemAssign for LegacyId
impl RemAssign for LegacyId
Source§fn rem_assign(&mut self, rhs: Self)
fn rem_assign(&mut self, rhs: Self)
Performs the
%=
operation. Read moreSource§impl ShlAssign<i32> for LegacyId
impl ShlAssign<i32> for LegacyId
Source§fn shl_assign(&mut self, rhs: i32)
fn shl_assign(&mut self, rhs: i32)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<i64> for LegacyId
impl ShlAssign<i64> for LegacyId
Source§fn shl_assign(&mut self, rhs: i64)
fn shl_assign(&mut self, rhs: i64)
Performs the
<<=
operation. Read moreSource§impl ShlAssign for LegacyId
impl ShlAssign for LegacyId
Source§fn shl_assign(&mut self, rhs: Self)
fn shl_assign(&mut self, rhs: Self)
Performs the
<<=
operation. Read moreSource§impl ShrAssign<i32> for LegacyId
impl ShrAssign<i32> for LegacyId
Source§fn shr_assign(&mut self, rhs: i32)
fn shr_assign(&mut self, rhs: i32)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<i64> for LegacyId
impl ShrAssign<i64> for LegacyId
Source§fn shr_assign(&mut self, rhs: i64)
fn shr_assign(&mut self, rhs: i64)
Performs the
>>=
operation. Read moreSource§impl ShrAssign for LegacyId
impl ShrAssign for LegacyId
Source§fn shr_assign(&mut self, rhs: Self)
fn shr_assign(&mut self, rhs: Self)
Performs the
>>=
operation. Read moreSource§impl SubAssign<i32> for LegacyId
impl SubAssign<i32> for LegacyId
Source§fn sub_assign(&mut self, rhs: i32)
fn sub_assign(&mut self, rhs: i32)
Performs the
-=
operation. Read moreSource§impl SubAssign<i64> for LegacyId
impl SubAssign<i64> for LegacyId
Source§fn sub_assign(&mut self, rhs: i64)
fn sub_assign(&mut self, rhs: i64)
Performs the
-=
operation. Read moreSource§impl SubAssign for LegacyId
impl SubAssign for LegacyId
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-=
operation. Read moreimpl Copy for LegacyId
impl Eq for LegacyId
impl StructuralPartialEq for LegacyId
Auto Trait Implementations§
impl Freeze for LegacyId
impl RefUnwindSafe for LegacyId
impl Send for LegacyId
impl Sync for LegacyId
impl Unpin for LegacyId
impl UnwindSafe for LegacyId
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