Struct ohos_sys::napi::napi_typedarray_type
source · #[repr(transparent)]pub struct napi_typedarray_type(pub c_uint);Available on crate feature
napi only.Tuple Fields§
§0: c_uintImplementations§
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_int8_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_uint8_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_uint8_clamped_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_int16_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_uint16_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_int32_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_uint32_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_float32_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_float64_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_bigint64_array: napi_typedarray_type = _
source§impl napi_typedarray_type
impl napi_typedarray_type
pub const napi_biguint64_array: napi_typedarray_type = _
Trait Implementations§
source§impl Clone for napi_typedarray_type
impl Clone for napi_typedarray_type
source§fn clone(&self) -> napi_typedarray_type
fn clone(&self) -> napi_typedarray_type
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 napi_typedarray_type
impl Debug for napi_typedarray_type
source§impl Hash for napi_typedarray_type
impl Hash for napi_typedarray_type
source§impl PartialEq for napi_typedarray_type
impl PartialEq for napi_typedarray_type
impl Copy for napi_typedarray_type
impl Eq for napi_typedarray_type
impl StructuralPartialEq for napi_typedarray_type
Auto Trait Implementations§
impl Freeze for napi_typedarray_type
impl RefUnwindSafe for napi_typedarray_type
impl Send for napi_typedarray_type
impl Sync for napi_typedarray_type
impl Unpin for napi_typedarray_type
impl UnwindSafe for napi_typedarray_type
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)