pub enum TypedArrayKind {
Int8,
Uint8,
Uint8Clamped,
Int16,
Uint16,
Int32,
Uint32,
Float32,
Float64,
BigInt64,
BigUint64,
}Variants§
Trait Implementations§
Source§impl Clone for TypedArrayKind
impl Clone for TypedArrayKind
Source§fn clone(&self) -> TypedArrayKind
fn clone(&self) -> TypedArrayKind
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 TypedArrayKind
impl Debug for TypedArrayKind
Source§impl PartialEq for TypedArrayKind
impl PartialEq for TypedArrayKind
impl StructuralPartialEq for TypedArrayKind
Auto Trait Implementations§
impl Freeze for TypedArrayKind
impl RefUnwindSafe for TypedArrayKind
impl Send for TypedArrayKind
impl Sync for TypedArrayKind
impl Unpin for TypedArrayKind
impl UnwindSafe for TypedArrayKind
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