pub struct Int16Array { /* private fields */ }Expand description
16-bit signed integer array
Implementations§
Trait Implementations§
Source§impl Array for Int16Array
impl Array for Int16Array
Source§impl Clone for Int16Array
impl Clone for Int16Array
Source§fn clone(&self) -> Int16Array
fn clone(&self) -> Int16Array
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Int16Array
impl Debug 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