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