pub struct Uint16Array;
Expand description
Represents the terminal symbol Uint16Array
Trait Implementations§
Source§impl Clone for Uint16Array
impl Clone for Uint16Array
Source§fn clone(&self) -> Uint16Array
fn clone(&self) -> Uint16Array
Returns a copy 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 Uint16Array
impl Debug for Uint16Array
Source§impl Default for Uint16Array
impl Default for Uint16Array
Source§fn default() -> Uint16Array
fn default() -> Uint16Array
Returns the “default value” for a type. Read more
Source§impl Hash for Uint16Array
impl Hash for Uint16Array
Source§impl Ord for Uint16Array
impl Ord for Uint16Array
Source§fn cmp(&self, other: &Uint16Array) -> Ordering
fn cmp(&self, other: &Uint16Array) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Uint16Array
impl PartialEq for Uint16Array
Source§impl PartialOrd for Uint16Array
impl PartialOrd for Uint16Array
impl Copy for Uint16Array
impl Eq for Uint16Array
impl StructuralPartialEq 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