pub struct CubeWithNormals { /* private fields */ }Implementations§
Source§impl CubeWithNormals
impl CubeWithNormals
pub fn new() -> Result<CubeWithNormals>
Trait Implementations§
Source§impl Default for CubeWithNormals
impl Default for CubeWithNormals
Source§fn default() -> CubeWithNormals
fn default() -> CubeWithNormals
Returns the “default value” for a type. Read more
Source§impl From<CubeWithNormals> for JsValue
impl From<CubeWithNormals> for JsValue
Source§fn from(value: CubeWithNormals) -> Self
fn from(value: CubeWithNormals) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for CubeWithNormals
impl FromWasmAbi for CubeWithNormals
Source§impl IntoWasmAbi for CubeWithNormals
impl IntoWasmAbi for CubeWithNormals
Source§impl LongRefFromWasmAbi for CubeWithNormals
impl LongRefFromWasmAbi for CubeWithNormals
Source§impl OptionFromWasmAbi for CubeWithNormals
impl OptionFromWasmAbi for CubeWithNormals
Source§impl OptionIntoWasmAbi for CubeWithNormals
impl OptionIntoWasmAbi for CubeWithNormals
Source§impl RefFromWasmAbi for CubeWithNormals
impl RefFromWasmAbi for CubeWithNormals
Source§type Anchor = RcRef<CubeWithNormals>
type Anchor = RcRef<CubeWithNormals>
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 RefMutFromWasmAbi for CubeWithNormals
impl RefMutFromWasmAbi for CubeWithNormals
Source§impl Renderable for CubeWithNormals
impl Renderable for CubeWithNormals
Source§impl TryFromJsValue for CubeWithNormals
impl TryFromJsValue for CubeWithNormals
Source§impl VectorFromWasmAbi for CubeWithNormals
impl VectorFromWasmAbi for CubeWithNormals
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[CubeWithNormals]>
Source§impl VectorIntoWasmAbi for CubeWithNormals
impl VectorIntoWasmAbi for CubeWithNormals
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[CubeWithNormals]>) -> Self::Abi
Source§impl WasmDescribeVector for CubeWithNormals
impl WasmDescribeVector for CubeWithNormals
impl SupportsConstructor for CubeWithNormals
impl SupportsInstanceProperty for CubeWithNormals
impl SupportsStaticProperty for CubeWithNormals
Auto Trait Implementations§
impl !Freeze for CubeWithNormals
impl !RefUnwindSafe for CubeWithNormals
impl !Send for CubeWithNormals
impl !Sync for CubeWithNormals
impl Unpin for CubeWithNormals
impl UnwindSafe for CubeWithNormals
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.