pub struct WasmTechAvailabilityChange {
pub player_flags: u32,
pub id: Uint8Array,
}Fields§
§player_flags: u32§id: Uint8ArrayTrait Implementations§
Source§impl Clone for WasmTechAvailabilityChange
impl Clone for WasmTechAvailabilityChange
Source§fn clone(&self) -> WasmTechAvailabilityChange
fn clone(&self) -> WasmTechAvailabilityChange
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 WasmTechAvailabilityChange
impl Debug for WasmTechAvailabilityChange
Source§impl From<TechAvailabilityChange> for WasmTechAvailabilityChange
impl From<TechAvailabilityChange> for WasmTechAvailabilityChange
Source§fn from(change: TechAvailabilityChange) -> Self
fn from(change: TechAvailabilityChange) -> Self
Converts to this type from the input type.
Source§impl From<WasmTechAvailabilityChange> for JsValue
impl From<WasmTechAvailabilityChange> for JsValue
Source§fn from(value: WasmTechAvailabilityChange) -> Self
fn from(value: WasmTechAvailabilityChange) -> Self
Converts to this type from the input type.
Source§impl RefFromWasmAbi for WasmTechAvailabilityChange
impl RefFromWasmAbi for WasmTechAvailabilityChange
Source§type Anchor = RcRef<WasmTechAvailabilityChange>
type Anchor = RcRef<WasmTechAvailabilityChange>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl VectorFromWasmAbi for WasmTechAvailabilityChange
impl VectorFromWasmAbi for WasmTechAvailabilityChange
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmTechAvailabilityChange]>
Source§impl VectorIntoJsValue for WasmTechAvailabilityChange
impl VectorIntoJsValue for WasmTechAvailabilityChange
fn vector_into_jsvalue(vector: Box<[WasmTechAvailabilityChange]>) -> JsValue
Source§impl VectorIntoWasmAbi for WasmTechAvailabilityChange
impl VectorIntoWasmAbi for WasmTechAvailabilityChange
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmTechAvailabilityChange]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmTechAvailabilityChange
impl WasmDescribeVector for WasmTechAvailabilityChange
impl SupportsConstructor for WasmTechAvailabilityChange
impl SupportsInstanceProperty for WasmTechAvailabilityChange
impl SupportsStaticProperty for WasmTechAvailabilityChange
Auto Trait Implementations§
impl Freeze for WasmTechAvailabilityChange
impl RefUnwindSafe for WasmTechAvailabilityChange
impl !Send for WasmTechAvailabilityChange
impl !Sync for WasmTechAvailabilityChange
impl Unpin for WasmTechAvailabilityChange
impl UnwindSafe for WasmTechAvailabilityChange
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.