pub struct Int16Array(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for Int16Array
 
impl Debug for Int16Array
Source§impl From<Int16Array> for *mut js_value_t
 
impl From<Int16Array> for *mut js_value_t
Source§fn from(value: Int16Array) -> Self
 
fn from(value: Int16Array) -> Self
Converts to this type from the input type.
Source§impl From<Int16Array> for Value
 
impl From<Int16Array> for Value
Source§fn from(value: Int16Array) -> Self
 
fn from(value: Int16Array) -> Self
Converts to this type from the input type.
Source§impl From<Value> for Int16Array
 
impl From<Value> for Int16Array
Source§impl TypedArray<i16> for Int16Array
 
impl TypedArray<i16> for Int16Array
Auto Trait Implementations§
impl Freeze for Int16Array
impl RefUnwindSafe for Int16Array
impl !Send for Int16Array
impl !Sync for Int16Array
impl Unpin for Int16Array
impl UnwindSafe for Int16Array
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