pub struct UInt8Array { /* private fields */ }Expand description
8-bit unsigned integer array
Implementations§
Trait Implementations§
Source§impl Array for UInt8Array
impl Array for UInt8Array
Source§impl Clone for UInt8Array
impl Clone for UInt8Array
Source§fn clone(&self) -> UInt8Array
fn clone(&self) -> UInt8Array
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 UInt8Array
impl Debug for UInt8Array
Auto Trait Implementations§
impl Freeze for UInt8Array
impl RefUnwindSafe for UInt8Array
impl Send for UInt8Array
impl Sync for UInt8Array
impl Unpin for UInt8Array
impl UnwindSafe for UInt8Array
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