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