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