pub struct WasmPoint { /* private fields */ }
Expand description
WebAssembly-compatible Point wrapper
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for WasmPoint
impl FromWasmAbi for WasmPoint
Source§impl IntoWasmAbi for WasmPoint
impl IntoWasmAbi for WasmPoint
Source§impl LongRefFromWasmAbi for WasmPoint
impl LongRefFromWasmAbi for WasmPoint
Source§impl OptionFromWasmAbi for WasmPoint
impl OptionFromWasmAbi for WasmPoint
Source§impl OptionIntoWasmAbi for WasmPoint
impl OptionIntoWasmAbi for WasmPoint
Source§impl RefFromWasmAbi for WasmPoint
impl RefFromWasmAbi for WasmPoint
Source§impl RefMutFromWasmAbi for WasmPoint
impl RefMutFromWasmAbi for WasmPoint
Source§impl TryFromJsValue for WasmPoint
impl TryFromJsValue for WasmPoint
Source§impl VectorFromWasmAbi for WasmPoint
impl VectorFromWasmAbi for WasmPoint
Source§impl VectorIntoWasmAbi for WasmPoint
impl VectorIntoWasmAbi for WasmPoint
impl SupportsConstructor for WasmPoint
impl SupportsInstanceProperty for WasmPoint
impl SupportsStaticProperty for WasmPoint
Auto Trait Implementations§
impl Freeze for WasmPoint
impl RefUnwindSafe for WasmPoint
impl Send for WasmPoint
impl Sync for WasmPoint
impl Unpin for WasmPoint
impl UnwindSafe for WasmPoint
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> 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::Abi
Source§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
.