pub struct FixedResolutionBuffer { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<FixedResolutionBuffer> for JsValue
impl From<FixedResolutionBuffer> for JsValue
Source§fn from(value: FixedResolutionBuffer) -> Self
fn from(value: FixedResolutionBuffer) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for FixedResolutionBuffer
impl FromWasmAbi for FixedResolutionBuffer
Source§impl IntoWasmAbi for FixedResolutionBuffer
impl IntoWasmAbi for FixedResolutionBuffer
Source§impl RefFromWasmAbi for FixedResolutionBuffer
impl RefFromWasmAbi for FixedResolutionBuffer
Source§type Anchor = RcRef<FixedResolutionBuffer>
type Anchor = RcRef<FixedResolutionBuffer>
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 FixedResolutionBuffer
impl VectorFromWasmAbi for FixedResolutionBuffer
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[FixedResolutionBuffer]>
Source§impl VectorIntoJsValue for FixedResolutionBuffer
impl VectorIntoJsValue for FixedResolutionBuffer
fn vector_into_jsvalue(vector: Box<[FixedResolutionBuffer]>) -> JsValue
Source§impl VectorIntoWasmAbi for FixedResolutionBuffer
impl VectorIntoWasmAbi for FixedResolutionBuffer
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[FixedResolutionBuffer]>) -> Self::Abi
Source§impl WasmDescribeVector for FixedResolutionBuffer
impl WasmDescribeVector for FixedResolutionBuffer
impl SupportsConstructor for FixedResolutionBuffer
impl SupportsInstanceProperty for FixedResolutionBuffer
impl SupportsStaticProperty for FixedResolutionBuffer
Auto Trait Implementations§
impl Freeze for FixedResolutionBuffer
impl RefUnwindSafe for FixedResolutionBuffer
impl Send for FixedResolutionBuffer
impl Sync for FixedResolutionBuffer
impl Unpin for FixedResolutionBuffer
impl UnwindSafe for FixedResolutionBuffer
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
.