pub struct BufferCreateContextJs(/* private fields */);Implementations§
Source§impl BufferCreateContextJs
impl BufferCreateContextJs
pub fn into_inner(self) -> BufferCreateContext
Methods from Deref<Target = BufferCreateContext>§
Trait Implementations§
Source§impl Deref for BufferCreateContextJs
impl Deref for BufferCreateContextJs
Source§impl DerefMut for BufferCreateContextJs
impl DerefMut for BufferCreateContextJs
Source§fn deref_mut(&mut self) -> &mut BufferCreateContext
fn deref_mut(&mut self) -> &mut BufferCreateContext
Mutably dereferences the value.
Source§impl From<&BufferCreateContext> for BufferCreateContextJs
impl From<&BufferCreateContext> for BufferCreateContextJs
Source§fn from(attribute_create_context: &BufferCreateContext) -> Self
fn from(attribute_create_context: &BufferCreateContext) -> Self
Converts to this type from the input type.
Source§impl From<BufferCreateContext> for BufferCreateContextJs
impl From<BufferCreateContext> for BufferCreateContextJs
Source§fn from(attribute_create_context: BufferCreateContext) -> Self
fn from(attribute_create_context: BufferCreateContext) -> Self
Converts to this type from the input type.
Source§impl From<BufferCreateContextJs> for JsValue
impl From<BufferCreateContextJs> for JsValue
Source§fn from(value: BufferCreateContextJs) -> Self
fn from(value: BufferCreateContextJs) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for BufferCreateContextJs
impl FromWasmAbi for BufferCreateContextJs
Source§impl IntoWasmAbi for BufferCreateContextJs
impl IntoWasmAbi for BufferCreateContextJs
Source§impl RefFromWasmAbi for BufferCreateContextJs
impl RefFromWasmAbi for BufferCreateContextJs
Source§type Anchor = RcRef<BufferCreateContextJs>
type Anchor = RcRef<BufferCreateContextJs>
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 BufferCreateContextJs
impl VectorFromWasmAbi for BufferCreateContextJs
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BufferCreateContextJs]>
Source§impl VectorIntoWasmAbi for BufferCreateContextJs
impl VectorIntoWasmAbi for BufferCreateContextJs
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[BufferCreateContextJs]>) -> Self::Abi
Source§impl WasmDescribeVector for BufferCreateContextJs
impl WasmDescribeVector for BufferCreateContextJs
impl SupportsConstructor for BufferCreateContextJs
impl SupportsInstanceProperty for BufferCreateContextJs
impl SupportsStaticProperty for BufferCreateContextJs
Auto Trait Implementations§
impl Freeze for BufferCreateContextJs
impl RefUnwindSafe for BufferCreateContextJs
impl !Send for BufferCreateContextJs
impl !Sync for BufferCreateContextJs
impl Unpin for BufferCreateContextJs
impl UnwindSafe for BufferCreateContextJs
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.