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