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